argocd: 2.7.7 -> 2.7.8

This commit is contained in:
R. Ryantm 2023-07-22 19:38:30 +00:00
parent f18b8ec8c6
commit be96f9c078

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