about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-25 16:59:42 -0400
committerGitHub <noreply@github.com>2024-06-25 16:59:42 -0400
commit709faaff38a109471433dfff67e264e14efce98c (patch)
treeccac0949e3edde5eb83f10c532e8a48cf588370f /pkgs/applications
parentd7d746f19a58e499d0cfde4bd61af4775d6b15fb (diff)
parent01b43bfc4492bdd2545c625131598f3d2abeae59 (diff)
Merge pull request #322408 from r-ryantm/auto-update/argo-rollouts
argo-rollouts: 1.7.0 -> 1.7.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/argo-rollouts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/argo-rollouts/default.nix b/pkgs/applications/networking/cluster/argo-rollouts/default.nix
index 60d3be84451d1..aad4e6807f50d 100644
--- a/pkgs/applications/networking/cluster/argo-rollouts/default.nix
+++ b/pkgs/applications/networking/cluster/argo-rollouts/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "argo-rollouts";
-  version = "1.7.0";
+  version = "1.7.1";
 
   src = fetchFromGitHub {
     owner = "argoproj";
     repo = "argo-rollouts";
     rev = "v${version}";
-    sha256 = "sha256-b1oaLVwom06XUCjMF3/O/SdLt2s0MFuF+et6+MO2jBQ=";
+    sha256 = "sha256-5ly5VJSXIo9s2ilWYhf5FJij+tcITd+rmYEKFdFrq44=";
   };
 
   vendorHash = "sha256-38BLPNc6en70+UxlldmrwtRTMRLh/fCPL6FtuA2ODGM=";