summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/arkade
diff options
context:
space:
mode:
authorHan Verstraete <welteki@pm.me>2022-01-15 12:20:34 +0100
committerHan Verstraete <welteki@pm.me>2022-01-15 14:04:07 +0100
commit80cb7d891bd082011d9a68ceeba323bc9e18850b (patch)
tree6cef6ea60e1f522eeca1f8833850cdeb35bcffec /pkgs/applications/networking/cluster/arkade
parentba8ec8bf860a0afa3c001025b046e4fe5232a339 (diff)
downloadnixpkgs-80cb7d891bd082011d9a68ceeba323bc9e18850b.tar
nixpkgs-80cb7d891bd082011d9a68ceeba323bc9e18850b.tar.gz
nixpkgs-80cb7d891bd082011d9a68ceeba323bc9e18850b.tar.bz2
nixpkgs-80cb7d891bd082011d9a68ceeba323bc9e18850b.tar.lz
nixpkgs-80cb7d891bd082011d9a68ceeba323bc9e18850b.tar.xz
nixpkgs-80cb7d891bd082011d9a68ceeba323bc9e18850b.tar.zst
nixpkgs-80cb7d891bd082011d9a68ceeba323bc9e18850b.zip
arkade: 0.8.11 -> 0.8.12
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 f74f87ad11c..e7550ae837b 100644
--- a/pkgs/applications/networking/cluster/arkade/default.nix
+++ b/pkgs/applications/networking/cluster/arkade/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "arkade";
-  version = "0.8.11";
+  version = "0.8.12";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    sha256 = "0mdi5cjcs0qzj238lfjqbjgi131r2vxj810zx1gv1lc9y0aq0hkl";
+    sha256 = "sha256-OBcvJ1+VAE7jDeQ/I/9uc0wiU0iibeflRMmb+ulgDtQ=";
   };
 
   CGO_ENABLED = 0;