about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/argocd-autopilot
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 08:46:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-14 08:46:31 +0000
commit88dbd2ead41120ab262e3a0c9101bb6684fe5f54 (patch)
treed353c35d3417b597653fe688ae6e575990cc0100 /pkgs/applications/networking/cluster/argocd-autopilot
parent66bc6e35c9a266c1c06d0db525a2ad3abb292561 (diff)
argocd-autopilot: 0.4.9 -> 0.4.10
Diffstat (limited to 'pkgs/applications/networking/cluster/argocd-autopilot')
-rw-r--r--pkgs/applications/networking/cluster/argocd-autopilot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/argocd-autopilot/default.nix b/pkgs/applications/networking/cluster/argocd-autopilot/default.nix
index 8a311e9bde239..fedf499d481e4 100644
--- a/pkgs/applications/networking/cluster/argocd-autopilot/default.nix
+++ b/pkgs/applications/networking/cluster/argocd-autopilot/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "argocd-autopilot";
-  version = "0.4.9";
+  version = "0.4.10";
 
   src = fetchFromGitHub {
     owner = "argoproj-labs";
     repo = "argocd-autopilot";
     rev = "v${version}";
-    sha256 = "sha256-PHs6shuj2wHvlP6n05RPJjMY6wtJ1PbD6t0DxYrJpXE=";
+    sha256 = "sha256-DUWJDWqB+jyp3/2/eFP1ss2grNtrvUuvGWK0FYTXObc=";
   };
 
   vendorHash = "sha256-4ylOLnpvz/aQIoxVz2z69Rq/x2UG91yMmtSHyquvNq0=";