Merge pull request #335318 from r-ryantm/auto-update/argocd

argocd: 2.12.0 -> 2.12.1
This commit is contained in:
Nick Cao
2024-08-17 14:16:25 -04:00
committed by GitHub
@@ -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