argocd: 2.11.7 -> 2.12.0

This commit is contained in:
R. Ryantm
2024-08-06 09:42:04 +00:00
parent 89b05fcdfa
commit ef676a00dd
@@ -2,17 +2,17 @@
buildGoModule rec {
pname = "argocd";
version = "2.11.7";
version = "2.12.0";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-/gbclPcYSDobwftFi0CECgBp6PNqxHW9svP3A5y8eEY=";
hash = "sha256-l2J7inrV82ej8baoY3FTcGeusN5e6WNEZMtzOdE8/WY=";
};
proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-y6B//zal2OyzZ1slC+x3vxHasFTM+xD+/6Sd2AFHFgY=";
vendorHash = "sha256-abhoGqxM+2wiWPjZaGMDQnD9r60+E0aXTrH7J5r5prk=";
# Set target as ./cmd per cli-local
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227