3
0
Fork 0
forked from mirrors/nixpkgs

argocd: 2.5.4 -> 2.5.5

This commit is contained in:
R. Ryantm 2022-12-24 01:32:26 +00:00
parent b10a520017
commit 587fa01fe9

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd";
version = "2.5.4";
version = "2.5.5";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-Wwm9YN/gPsb4AU+JFUDrJQbuK5AEqzX5/D64/6tOtkw=";
sha256 = "sha256-u9VOkUaKQAdlXhCUUONBws4rW6PvxFSNXbit7gi6/P0=";
};
proxyVendor = true; # darwin/linux hash mismatch