about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/argo-rollouts
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-30 08:48:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-30 08:48:34 +0000
commit65b1ec9328d300e94f69c04e01e3138aedc4e1d7 (patch)
treea4629dc4a845491da58953c4f6a7d6d13156a1db /pkgs/applications/networking/cluster/argo-rollouts
parent85361fc630f6548406d41eb58a8d8252cf03d795 (diff)
argo-rollouts: 1.3.0 -> 1.3.1
Diffstat (limited to 'pkgs/applications/networking/cluster/argo-rollouts')
-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 266e9f90947e0..731fe0553fc58 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.3.0";
+  version = "1.3.1";
 
   src = fetchFromGitHub {
     owner = "argoproj";
     repo = "argo-rollouts";
     rev = "v${version}";
-    sha256 = "sha256-CsH/qYhi4sw4u7MZMSdNT5fAae5APwrvJQbubDCLbLY=";
+    sha256 = "sha256-qgOhiJdaxauHIoPsMfcdxwrKiv8QD/tFksCbk13Zpiw=";
   };
 
   vendorSha256 = "sha256-gm96rQdQJGsIcxVgEI7sI7BvEETU/+HsQ6PnDjFXb/0=";