Skip to content

Commit

Permalink
Merge pull request NixOS#285999 from r-ryantm/auto-update/argocd
Browse files Browse the repository at this point in the history
argocd: 2.9.5 -> 2.9.6
  • Loading branch information
risicle authored Feb 4, 2024
2 parents 5be16be + 11d780a commit 93307a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/argocd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

buildGoModule rec {
pname = "argocd";
version = "2.9.5";
version = "2.9.6";

src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-Os3C4+pdmbUCu1ok4MFFr4OZNdoODf4lFWRd7L9t3mM=";
hash = "sha256-TwDWcTxYRopQjjtY3OxOL/BDAF2/eJuqIhDJLxpgr3E=";
};

proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-3IplGJvGFtEYVgPU2/G9XStmGqie+8/gKPlvBI1L4MI=";
vendorHash = "sha256-gpg9tXVR/svWwbjIiY1OlOf56azxk/dEz+VtaaTeDSk=";

# Set target as ./cmd per cli-local
# https://github.com/argoproj/argo-cd/blob/master/Makefile#L227
Expand Down

0 comments on commit 93307a4

Please sign in to comment.