about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-26 10:29:41 -0500
committerGitHub <noreply@github.com>2023-12-26 10:29:41 -0500
commit6a047ce6546f372dcd562dfd1296c25421d35dc0 (patch)
treed30e1bf0ce1b33adf4673f330171ed7bfa813a6b /pkgs/applications/networking/cluster
parent50aea20fec16cc5949ca74f1eaa645b7f6b64bdf (diff)
parent0e2f9be8dd5b31469d3e3cbf25471304f84c4400 (diff)
Merge pull request #276669 from r-ryantm/auto-update/arkade
arkade: 0.10.17 -> 0.10.20
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/arkade/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/arkade/default.nix b/pkgs/applications/networking/cluster/arkade/default.nix
index 6f5827a7552b8..39f5f70988c51 100644
--- a/pkgs/applications/networking/cluster/arkade/default.nix
+++ b/pkgs/applications/networking/cluster/arkade/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "arkade";
-  version = "0.10.17";
+  version = "0.10.20";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    hash = "sha256-Ubj2jrQFmMTSY2+Z4pqDIQ+K8JycX+NOpgcuyCrD4uo=";
+    hash = "sha256-aOJ07Ks+J7cDvF3InKGYx4dJAql9ltJQqa8P+4cKhNk=";
   };
 
   CGO_ENABLED = 0;