about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/arkade
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-19 09:07:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-19 09:07:21 +0000
commit32008b81e26b7b312901451d9f717fad11eb580a (patch)
tree2530cb654c4bbdf3c0ea20d46626dc23c0a10a3a /pkgs/applications/networking/cluster/arkade
parentaa4e6947d2a4a297e90aa8b3907579d37d94fa82 (diff)
arkade: 0.11.0 -> 0.11.1
Diffstat (limited to 'pkgs/applications/networking/cluster/arkade')
-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 745a7d9e5371c..a8f2c5050ae50 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.0";
+  version = "0.11.1";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    hash = "sha256-SNYaUbWj8t73Aaamg2SOu5EBiYjDMHCiXlaERqGmr2A=";
+    hash = "sha256-DsKc+AT+0vIaJftBFLqVXx/CJRNNgE/vzSxlHkCSJaI=";
   };
 
   CGO_ENABLED = 0;