argo-rollouts: 1.2.2 -> 1.3.0

authored by R. Ryantm and committed by Bobby Rong 9c64b91d cc6dce5c

+3 -3
+3 -3
pkgs/applications/networking/cluster/argo-rollouts/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "argo-rollouts"; 5 - version = "1.2.2"; 5 + version = "1.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "argoproj"; 9 9 repo = "argo-rollouts"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-l23RVpwT/XYkpVTWkSYdPyvn7Xirs0Sf85U6Wrx5H1k="; 11 + sha256 = "sha256-CsH/qYhi4sw4u7MZMSdNT5fAae5APwrvJQbubDCLbLY="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-URuIeF1ejKdMGxziJbujLctYheiIr/Jfo+gTzppZG9E="; 14 + vendorSha256 = "sha256-gm96rQdQJGsIcxVgEI7sI7BvEETU/+HsQ6PnDjFXb/0="; 15 15 16 16 # Disable tests since some test fail because of missing test data 17 17 doCheck = false;