3
0
Fork 0
forked from mirrors/nixpkgs

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

argocd: 2.5.4 -> 2.5.5
This commit is contained in:
figsoda 2022-12-23 21:19:58 -05:00 committed by GitHub
commit bb0359be0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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