about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-12-03 07:29:23 -0500
committerGitHub <noreply@github.com>2022-12-03 07:29:23 -0500
commit8ae7fa854163929ff417e183c3300d452fd267a3 (patch)
tree8ed3172bb813d6e5880c2f7fe16d6f0846e4abe8
parentb759de2486b6588c73d94fa40d5263b83781aa53 (diff)
parent7403d7cc900904f7b15d9cd0bb41f280dda9843d (diff)
Merge pull request #203789 from r-ryantm/auto-update/atlantis
atlantis: 0.20.1 -> 0.21.0
-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 8ce7b0dcae00b..e76b7fc157546 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.20.1";
+  version = "0.21.0";
 
   src = fetchFromGitHub {
     owner = "runatlantis";
     repo = "atlantis";
     rev = "v${version}";
-    sha256 = "sha256-5zchElzEjrIgODRUvQTQwlBz5371iJU5VOpz12Xtbcg=";
+    sha256 = "sha256-wDyRXdlkZEzdqVSGYSzLroqMWZDTpPzsu94Mx7lvh2I=";
   };
 
-  vendorSha256 = "sha256-n2yzqNjmPDP+8/ipiuUt6BqFYF0Oh0Y0TCdKsqCcrIQ=";
+  vendorSha256 = "sha256-I3fKo4lsNGQTTi8a6de85rVGoTEvr8wwE2y4OQHks7o=";
 
   subPackages = [ "." ];