argocd: 2.13.1 -> 2.13.2 (#364840)

This commit is contained in:
Nick Cao
2024-12-13 09:36:41 -05:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "argocd";
version = "2.13.1";
version = "2.13.2";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-0qL9CnEwEp7sJK7u6EKHVFY/hH8lTb182HZ3r+9nIyQ=";
hash = "sha256-G74chKEh/zXfImvmXAWIf+Ny7obJ+YiXpNVVs3uJRoU=";
};
proxyVendor = true; # darwin/linux hash mismatch