0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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

argocd: 2.7.7 -> 2.7.8
This commit is contained in:
Nick Cao 2023-07-22 20:06:46 -06:00 committed by GitHub
commit ad94bc64b7
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.7.7";
version = "2.7.8";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-1GFA/zGX9geHgGRWx+sgszr9bJnMhAiiTjrnfvkTzuA=";
sha256 = "sha256-WZD/eq04PgUURdONpGvFP/wKwz4sUaoGMvrYZqJ+QqQ=";
};
proxyVendor = true; # darwin/linux hash mismatch