argocd: 2.13.4 -> 2.14.2

This commit is contained in:
R. Ryantm
2025-02-12 06:28:06 +00:00
parent 83a2581c81
commit 74c0cb0881
+3 -3
View File
@@ -8,17 +8,17 @@
buildGoModule rec {
pname = "argocd";
version = "2.13.4";
version = "2.14.2";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-LBA6GFMBY1zW7h94DBokxA/9dx5/tCSRe+rYQCOgSgo=";
hash = "sha256-HiKTJ6X8py/mIcU+jSRonvYBxQMZ6Onzmu0/SorvPKg=";
};
proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-HN0kxDG1DCl6lwmf44lMZmAZ2ban4iT8EIQ03dvZ6X0=";
vendorHash = "sha256-T8VZXE9Cgr5oNuVzKlPgoKosjGB+2fTB8qnoDFYZ2Xk=";
# Set target as ./cmd per cli-local
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227