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>2023-01-14 13:03:18 +0000
committerBobby Rong <rjl931189261@126.com>2023-01-18 22:04:49 +0800
commit6bd0eb8bb678af02f07b78564faac4f72cd39856 (patch)
treed9b5e9a612dbf14c6f8f2905583146dd21601186 /pkgs/applications/networking/cluster/argo-rollouts
parent03f9d6ac4227f780dd6214d682150d749712386d (diff)
argo-rollouts: 1.3.2 -> 1.4.0
Diffstat (limited to 'pkgs/applications/networking/cluster/argo-rollouts')
-rw-r--r--pkgs/applications/networking/cluster/argo-rollouts/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/argo-rollouts/default.nix b/pkgs/applications/networking/cluster/argo-rollouts/default.nix
index 3c309d8e7ce22..266ec0e6a4574 100644
--- a/pkgs/applications/networking/cluster/argo-rollouts/default.nix
+++ b/pkgs/applications/networking/cluster/argo-rollouts/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "argo-rollouts";
-  version = "1.3.2";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "argoproj";
     repo = "argo-rollouts";
     rev = "v${version}";
-    sha256 = "sha256-hsUpZrtgjP6FaVhw0ijDTlvfz9Ok+A4nyAwi2VNxvEg=";
+    sha256 = "sha256-HdYbrcz1uumwfUleDayc7obv4Grpg3TiUxKr8aF5bXM=";
   };
 
-  vendorSha256 = "sha256-gm96rQdQJGsIcxVgEI7sI7BvEETU/+HsQ6PnDjFXb/0=";
+  vendorHash = "sha256-ZIFZCMyhpfKK/Irq2/MvkXuXX1jExDaSK/nXZgzCZgU=";
 
   # Disable tests since some test fail because of missing test data
   doCheck = false;