summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-21 16:08:57 +0800
committerGitHub <noreply@github.com>2023-01-21 16:08:57 +0800
commit5da8ae84a627df93bb8fa2e718d6d5d1cfefac46 (patch)
treeff80acebafb37a2b3642f0b765cd8acc5201c83a
parentd4595fd3814d3fc3506888521c6510e7c3c820a2 (diff)
parent81cdf19d09c5d57d2944e9cf1c9158ed950d29c3 (diff)
Merge pull request #211853 from r-ryantm/auto-update/atlantis
atlantis: 0.22.2 -> 0.22.3
-rw-r--r--pkgs/applications/networking/cluster/atlantis/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/atlantis/default.nix b/pkgs/applications/networking/cluster/atlantis/default.nix
index ee0b82c0b697..ba99106c0960 100644
--- a/pkgs/applications/networking/cluster/atlantis/default.nix
+++ b/pkgs/applications/networking/cluster/atlantis/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "atlantis";
- version = "0.22.2";
+ version = "0.22.3";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
- sha256 = "sha256-na/RYFl3g7/jOtmCeG/xQcmvDdxUqD17SLzdxJ0bYN4=";
+ sha256 = "sha256-A/FT9t5Z+Iw1mVwS3d5Cc86A9e6jVbEtmEWroVUhhtw=";
};
- vendorHash = "sha256-Gg6HxL2ptCE0hXG/dCuaxcnO16htLNPsuH4QAgCQa64=";
+ vendorHash = "sha256-KUkh5yx+v5g0N4yIpgpt3i+uCtOtR0Jvf2PFQcGWtm8=";
subPackages = [ "." ];