argocd: 2.13.4 -> 2.14.2 (#381368)

This commit is contained in:
Weijia Wang
2025-02-24 17:17:59 +01:00
committed by GitHub
+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