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

argocd: 2.5.8 -> 2.5.9
This commit is contained in:
Weijia Wang 2023-01-31 09:18:09 +01:00 committed by GitHub
commit 65654358e6
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.5.8";
version = "2.5.9";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-4L0xj4+NLThSLzXTncUnUILOsV3qr9+f8osv19OW6oI=";
sha256 = "sha256-RZ3bcuJmUUnucD2lhfxLU8vbrorVUowF8hAW9NGSmbI=";
};
proxyVendor = true; # darwin/linux hash mismatch