about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-06 00:21:23 +0000
committerYaya <github@uwu.is>2024-06-08 13:15:21 +0200
commitbe1eff5d03fa1fec3f3e87c197d7e087de1edcdc (patch)
tree4e6fce700ef69f675f2d5300551af9be859c64af
parent06db3a0ddeb2658d3a601cbcd7ead0d1da214e11 (diff)
arkade: 0.11.12 -> 0.11.13
-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 04fdbc871511c..9eec21e4d1ddb 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.11.12";
+  version = "0.11.13";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    hash = "sha256-tioWLZ1Bd+gC2FvbhrxFPIkOJb9ycx9sGVmh+a/4hwo=";
+    hash = "sha256-mXT0/cDfvzE9fBCy4rY1epeOolXmc50QNNXSn3bHi1I=";
   };
 
   CGO_ENABLED = 0;