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

argocd: 2.11.2 -> 2.11.3
This commit is contained in:
Nick Cao 2024-06-06 13:44:34 -04:00 committed by GitHub
commit a992d77530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd";
version = "2.11.2";
version = "2.11.3";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-lePMdjWq4qFQcxFZzfLyTsMwgcmjIoBmosZs5G4CWvc=";
hash = "sha256-qSrMqByhOitRltYaVjIeubuoTR74x/pQ1Ad+uTPdpJU=";
};
proxyVendor = true; # darwin/linux hash mismatch