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

argocd: 2.6.7 -> 2.7.1
This commit is contained in:
Weijia Wang 2023-05-05 00:40:59 +03:00 committed by GitHub
commit 9b4b00dcd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "argocd";
version = "2.6.7";
version = "2.7.1";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-KvnKz+NxCiCqX/lDsm4YdrUmtK028D9KM9Ke9mxiZQw=";
sha256 = "sha256-1P3FIgC9j0SbwzWo0aPUwVTKNlSY3FG7Iz6KD9pbv84=";
};
proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-BqES6nhV17iqK1dsa+2IdNCd1Wl1O6hOBczqxRHewPk=";
vendorHash = "sha256-VRbNzJANWA7MjomzxNRK19Q4L+fsztMpumUbdYszYqw=";
# Set target as ./cmd per cli-local
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227