Merge pull request #178921 from r-ryantm/auto-update/argocd

argocd: 2.4.0 -> 2.4.2
This commit is contained in:
Bobby Rong 2022-06-25 18:18:41 +08:00 committed by GitHub
commit 7eea782a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd";
version = "2.4.0";
version = "2.4.2";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-U3i3shXsItQQlkFl/DrGdSHY2AAhaYV5WX3B+6TlOPw=";
sha256 = "sha256-zc99YKh5hNa4oRoKJcGWqNrDb3LqIwXWzYOsmGKVsL8=";
};
vendorSha256 = "sha256-j/35tvfUCcuFN8NGIjWgna1W0Q4CyhMLcOlepTAUl0w=";