argocd: 2.5.8 -> 2.5.9

This commit is contained in:
R. Ryantm
2023-01-31 05:56:54 +00:00
parent fe85b09c8b
commit f6b1aa61ea
@@ -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