about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 16:40:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 16:40:18 +0000
commitb8933407af2ecf271468394b484de8648731d298 (patch)
treef7b107011eae686ae9bb05c9fbb0694f3959ba0c
parentd0d9d40f136fdbf8d1c041887cdd52823f0b3fea (diff)
arkade: 0.11.5 -> 0.11.6
-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 90ea0a2f872d8..5ab103611b352 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.5";
+  version = "0.11.6";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    hash = "sha256-8G9O1HJtlRCiqfls98+CvsjeOszEY1OfWpw99B2tCuE=";
+    hash = "sha256-PCyPdUgvW2wCo1MZ/5jbPLfermbYKZKDbAFsc2goqlY=";
   };
 
   CGO_ENABLED = 0;