argocd: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm 2024-08-17 08:12:31 +00:00
parent b3da21598f
commit 877d334b70

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd";
version = "2.12.0";
version = "2.12.1";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-l2J7inrV82ej8baoY3FTcGeusN5e6WNEZMtzOdE8/WY=";
hash = "sha256-mqFQdgzHjht3ipTdjE4IfG9wrV7GZtuvH8T2iosiHMs=";
};
proxyVendor = true; # darwin/linux hash mismatch