argocd: 2.8.4 -> 2.8.5

This commit is contained in:
R. Ryantm 2023-10-28 09:38:11 +00:00
parent 55acef4031
commit b0b25c5668

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "argocd";
version = "2.8.4";
version = "2.8.5";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-ETvAE9kegqtAduXm9/9fmPgJJ2Xq6ZY5J5iGcjHkyKM=";
hash = "sha256-oYREaXUm60AkWO/2X6Cu55F+gCaPYpYqRigJW0ocDL0=";
};
proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-4vGBi6P0xSfBheTg2/z28l9H07TasqqM8l6YjGgLhvs=";
vendorHash = "sha256-KzH4GmOeurcEMIDN3B8QSMZY1Fk+tNqy0SYzCXiRVlo=";
# Set target as ./cmd per cli-local
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227