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

argocd: 2.5.7 -> 2.5.8
This commit is contained in:
Nick Cao 2023-01-27 16:11:31 +08:00 committed by GitHub
commit 79a989f021
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.7";
version = "2.5.8";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-hEfPiDbEdmuD/IHM9Tfy0kUkKDpbTZ0HzMjIt/ifcPk=";
sha256 = "sha256-4L0xj4+NLThSLzXTncUnUILOsV3qr9+f8osv19OW6oI=";
};
proxyVendor = true; # darwin/linux hash mismatch