argo-rollouts: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2024-06-16 22:37:24 +00:00
parent bd8d034e65
commit 7de15277bb

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "argo-rollouts";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-rollouts";
rev = "v${version}";
sha256 = "sha256-WJ5vIfQQguwjInS5p+bUYorM90MUAbH8endV/nkgQ00=";
sha256 = "sha256-b1oaLVwom06XUCjMF3/O/SdLt2s0MFuF+et6+MO2jBQ=";
};
vendorHash = "sha256-vBSS1KMfloK5pvVc8nHE5B8PsVZTS/iA9GyrLaeR6ps=";
vendorHash = "sha256-38BLPNc6en70+UxlldmrwtRTMRLh/fCPL6FtuA2ODGM=";
# Disable tests since some test fail because of missing test data
doCheck = false;