Skip to content

Commit

Permalink
argocd: 2.11.5 -> 2.11.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 54c5508)
  • Loading branch information
r-ryantm authored and risicle committed Aug 25, 2024
1 parent 78de3ca commit 9eb18e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/argocd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "argocd";
version = "2.11.5";
version = "2.11.7";

src = fetchFromGitHub {
owner = "argoproj";
repo = "argo-cd";
rev = "v${version}";
hash = "sha256-0Td4TMi9HTvf+GeW2f/ufRW0Y3KBrBSDWhgPW4noXi4=";
hash = "sha256-/gbclPcYSDobwftFi0CECgBp6PNqxHW9svP3A5y8eEY=";
};

proxyVendor = true; # darwin/linux hash mismatch
Expand Down

0 comments on commit 9eb18e6

Please sign in to comment.