argocd: 2.11.2 -> 2.11.3

This commit is contained in:
R. Ryantm 2024-06-06 13:46:15 +00:00
parent 58016e1526
commit 474318f944

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