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

argocd: 2.7.1 -> 2.7.2
This commit is contained in:
figsoda 2023-05-20 18:41:49 -04:00 committed by GitHub
commit 42fa9a39bf
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.1";
version = "2.7.2";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-1P3FIgC9j0SbwzWo0aPUwVTKNlSY3FG7Iz6KD9pbv84=";
sha256 = "sha256-pmF0EJfidYRZRelvXLfwANbv+DnfgLXVeKfjRSbnKjY=";
};
proxyVendor = true; # darwin/linux hash mismatch