about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-05-08 22:29:19 +0100
committerRobert Scott <code@humanleg.org.uk>2024-05-08 22:29:19 +0100
commit0853f94541296b4001d766cece078be4805eb3d2 (patch)
tree87087dbeecc521be209a021af813e089d91266f3
parent0f45b143d7782461f5f1400ebfb16dafd06fd83d (diff)
argocd: 2.9.9 -> 2.9.12
-rw-r--r--pkgs/applications/networking/cluster/argocd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/argocd/default.nix b/pkgs/applications/networking/cluster/argocd/default.nix
index 2e44c399192aa..56c9e6d9d3ff4 100644
--- a/pkgs/applications/networking/cluster/argocd/default.nix
+++ b/pkgs/applications/networking/cluster/argocd/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "argocd";
-  version = "2.9.9";
+  version = "2.9.12";
 
   src = fetchFromGitHub {
     owner = "argoproj";
     repo = "argo-cd";
     rev = "v${version}";
-    hash = "sha256-0enxW/X3T2V5hndbyVuHtFgl8ohdsseVTPrmgZbgR9M=";
+    hash = "sha256-AX50H55haE3cUcE1gRqPUdMwtx0dUBo5Mw8pl8yzFNc=";
   };
 
   proxyVendor = true; # darwin/linux hash mismatch