about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-15 00:53:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-15 00:53:43 +0000
commit39c19d7f43cad21c05a2577c9b9a50cb260deb01 (patch)
tree2c331d80b7eead0e9e150e91b8c84d3f3d6de6f6 /pkgs/applications/networking/cluster
parent5ed2a8b6857ef5c6e7dc9496f574ad61bb6bfcd5 (diff)
downloadnixlib-39c19d7f43cad21c05a2577c9b9a50cb260deb01.tar
nixlib-39c19d7f43cad21c05a2577c9b9a50cb260deb01.tar.gz
nixlib-39c19d7f43cad21c05a2577c9b9a50cb260deb01.tar.bz2
nixlib-39c19d7f43cad21c05a2577c9b9a50cb260deb01.tar.lz
nixlib-39c19d7f43cad21c05a2577c9b9a50cb260deb01.tar.xz
nixlib-39c19d7f43cad21c05a2577c9b9a50cb260deb01.tar.zst
nixlib-39c19d7f43cad21c05a2577c9b9a50cb260deb01.zip
arkade: 0.11.4 -> 0.11.5
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 82e5d12eaede..90ea0a2f872d 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.4";
+  version = "0.11.5";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    hash = "sha256-nRA/3dJn6hUJDppS/tt/WRIoYrRTeuY7ULZXii3LC48=";
+    hash = "sha256-8G9O1HJtlRCiqfls98+CvsjeOszEY1OfWpw99B2tCuE=";
   };
 
   CGO_ENABLED = 0;