argocd: 2.12.1 -> 2.12.2

This commit is contained in:
R. Ryantm
2024-08-24 17:29:05 +00:00
parent 771c5644e8
commit 87054af7ab
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd";
version = "2.12.1";
version = "2.12.2";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-mqFQdgzHjht3ipTdjE4IfG9wrV7GZtuvH8T2iosiHMs=";
hash = "sha256-dQ9YLqj+voovhZShgCz46cmjSDd5qLCjIcL/3YwwP0A=";
};
proxyVendor = true; # darwin/linux hash mismatch