Merge pull request #255818 from r-ryantm/auto-update/argo-rollouts

argo-rollouts: 1.5.1 -> 1.6.0
This commit is contained in:
Weijia Wang 2023-09-18 21:51:16 +02:00 committed by GitHub
commit f6cc408b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "argo-rollouts";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-rollouts";
rev = "v${version}";
sha256 = "sha256-ODcT7dc4xBHOKYTP2pUTq2z3GMUEpZ9OUKKxlbd+Vvk=";
sha256 = "sha256-WJ5vIfQQguwjInS5p+bUYorM90MUAbH8endV/nkgQ00=";
};
vendorHash = "sha256-IxSLlRsOz/Xamguxm+7jy8qAAEZZFm/NHDIBjm5tnCs=";
vendorHash = "sha256-vBSS1KMfloK5pvVc8nHE5B8PsVZTS/iA9GyrLaeR6ps=";
# Disable tests since some test fail because of missing test data
doCheck = false;