about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/arkade/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-01 00:14:08 +0000
committerGitHub <noreply@github.com>2024-05-01 00:14:08 +0000
commit4b95256443d294623e14de34fbdb305cd5f065c7 (patch)
tree55841aff50961e24e5c6600dc0907af60c4748e4 /pkgs/applications/networking/cluster/arkade/default.nix
parentd80578ab520f20ecf0b5e77d821f38038398901f (diff)
parent097de5af21721e8e36a2e0d015dc3a5917de3fa0 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/applications/networking/cluster/arkade/default.nix')
-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 39c14e95c60d4..2ad7f717252b5 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.9";
+  version = "0.11.10";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    hash = "sha256-TJja4FL440ZG5VsCfJsKUYeM2YPlMSl2+ejjlgyP5IY=";
+    hash = "sha256-Uw+/pVhbGYjFTcrh90Gstu5KddlkXKuzL2lbQ7CFLGs=";
   };
 
   CGO_ENABLED = 0;