about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-08-15 14:16:00 +0200
committerGitHub <noreply@github.com>2022-08-15 14:16:00 +0200
commit6713d0fc10bd1fe4c8e2c560a8ee4ff52948a3a1 (patch)
tree9d06c1465b3111f63939ad0c9c9fcf02e652d49d /pkgs
parent121d6955710b524ce4b44405224338f129a47b0a (diff)
parentc178795063fd86755fad525dc8e98afa9ca2e155 (diff)
Merge pull request #183130 from r-ryantm/auto-update/atlantis
atlantis: 0.19.6 -> 0.19.7
Diffstat (limited to 'pkgs')
-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 9b615f151c25c..8942e2ec65b79 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.19.6";
+  version = "0.19.7";
 
   src = fetchFromGitHub {
     owner = "runatlantis";
     repo = "atlantis";
     rev = "v${version}";
-    sha256 = "sha256-A4OJNZHCERV2Sd/XQgt29xeBP+8PEIrpk22QypeVQ/A=";
+    sha256 = "sha256-wnYLZ/mSNco8lIr6zmVoGGVGnOBWAzXgB+uy5U5Os4A=";
   };
 
-  vendorSha256 = "sha256-k8FvHvo2qrQcYNKXH0LiAjaW+J+BKEflhjaulQ3SRMI=";
+  vendorSha256 = "sha256-nNZLL8S32vGfQkDD+vI4ovUvZZgGzgQmb8BAGBb+R4k=";
 
   subPackages = [ "." ];