argocd: 2.1.5 -> 2.1.6

This commit is contained in:
Bobby Rong 2021-10-30 16:10:47 +08:00
parent ed756730b7
commit c2984a086f
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "argocd";
version = "2.1.5";
commit = "7af9dfb3524c13e941ab604e36e49a617fe47d2e";
version = "2.1.6";
commit = "a346cf933e10d872eae26bff8e58c5e7ac40db25";
tag = "v${version}";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = tag;
sha256 = "sha256-dFhbYw7SAo7/eumqIEWpLqgQWFAWeAEvfqWsbya6cCA=";
sha256 = "sha256-8DeVO7Wr1bFZXTp2kaEPizDwNU5ZsA1fykccaDUivh8=";
};
vendorSha256 = "sha256-N45yRlBGZ/c9ve2YPcWA26pylV8hzxjPh6evKtkgnoc=";