argo-rollouts: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2026-07-17 18:29:20 +00:00
parent 8f269da6f0
commit 029cdfecb1

View File

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