Merge pull request #165353 from r-ryantm/auto-update/argo-rollouts
argo-rollouts: 1.1.1 -> 1.2.0
This commit is contained in:
commit
6ed3716d1c
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "argo-rollouts";
|
pname = "argo-rollouts";
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "argoproj";
|
owner = "argoproj";
|
||||||
repo = "argo-rollouts";
|
repo = "argo-rollouts";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qb1wbv3razwhqsv972ywfazaq73y83iw6f6qdjcbwwfwsybig21";
|
sha256 = "sha256-RgjoRvLsd+WHTpFy1WbJtrVaMnRp6/7A921+abCMGu0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "00ic1nn3wgg495x2170ik1d1cha20b4w89j9jclq8p0b3nndv0c0";
|
vendorSha256 = "sha256-URuIeF1ejKdMGxziJbujLctYheiIr/Jfo+gTzppZG9E=";
|
||||||
|
|
||||||
# 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;
|
||||||
|
|
Loading…
Reference in a new issue