about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/arkade
diff options
context:
space:
mode:
authorHan Verstraete <welteki@pm.me>2022-06-18 17:23:35 +0200
committerHan Verstraete <welteki@pm.me>2022-06-18 17:23:35 +0200
commit3ba7315199a9a8b574acb8a272c4937f7d5c735c (patch)
tree49fe5b283aa2b8cc76ed541618f7fa0a4393521c /pkgs/applications/networking/cluster/arkade
parentcc83d357ad6762b1ef8c1fc8299f36c63b44097c (diff)
arkade: 0.8.25 -> 0.8.28
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 ec0547baddf29..ad51121f1552a 100644
--- a/pkgs/applications/networking/cluster/arkade/default.nix
+++ b/pkgs/applications/networking/cluster/arkade/default.nix
@@ -6,13 +6,13 @@
 
 buildGoModule rec {
   pname = "arkade";
-  version = "0.8.25";
+  version = "0.8.28";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    sha256 = "sha256-m4vgQ4K73qmUMwPtviUQuRC2jNIDlE516WEZkFr3Upw=";
+    sha256 = "sha256-Tw/FxrmBpC+FDvfvDT1xQtcQwlxUpQHDMzTs3TrugYg=";
   };
 
   CGO_ENABLED = 0;