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

argocd: 2.6.1 -> 2.6.2
This commit is contained in:
Nick Cao 2023-02-23 14:27:03 +08:00 committed by GitHub
commit aacd79e770
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.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
sha256 = "sha256-O3JJ75qfs02qxzyW4TwPfYckhxuULRK7n67QVZRyB3I=";
sha256 = "sha256-H/jrjU3iIlO75eN2Av/zuGe2G5KbJw9Xj6MCbWgTFEs=";
};
proxyVendor = true; # darwin/linux hash mismatch