argo-rollouts: 1.8.4 -> 1.9.0 (#501804)

This commit is contained in:
nixpkgs-ci[bot] 2026-03-24 05:08:43 +00:00 committed by GitHub
commit 9636b4397d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "argo-rollouts"; pname = "argo-rollouts";
version = "1.8.4"; version = "1.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "argoproj"; owner = "argoproj";
repo = "argo-rollouts"; repo = "argo-rollouts";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
sha256 = "sha256-LT5RV5dBqcEloKUm9RCDxPncxScYVlYVWWYUld1iO0M="; sha256 = "sha256-qpTilslCu9rmBVMo73lHnKD8NPxLHSzeBwkWhEB4If4=";
}; };
vendorHash = "sha256-+qdj72kjpctQabalcmjqk5DhptvBOzGErn9cpRkGqlk="; vendorHash = "sha256-bF4jIEEG5DFhtDdy8LwK6SfE5OdyUsDjOIbAddvb5V8=";
# Disable tests since some test fail because of missing test data # Disable tests since some test fail because of missing test data
doCheck = false; doCheck = false;