about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/arkade
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-02-15 22:16:34 +0800
committerGitHub <noreply@github.com>2022-02-15 22:16:34 +0800
commitc452f7fe15a14c479531147ed1fa7feabb380696 (patch)
tree607f523008ff0987d860b7690e9ef5eb026502a1 /pkgs/applications/networking/cluster/arkade
parent66a6fc9f9e272e0f38d41932746780688316d2d5 (diff)
parenta1f6ee078b182ac269e96b911bee7c6b3ed6c251 (diff)
Merge pull request #159583 from welteki/arkade-0.8.14
arkade: 0.8.12 -> 0.8.14
Diffstat (limited to 'pkgs/applications/networking/cluster/arkade')
-rw-r--r--pkgs/applications/networking/cluster/arkade/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/arkade/default.nix b/pkgs/applications/networking/cluster/arkade/default.nix
index f0b240af855ec..2d7eeb47f76b7 100644
--- a/pkgs/applications/networking/cluster/arkade/default.nix
+++ b/pkgs/applications/networking/cluster/arkade/default.nix
@@ -8,18 +8,18 @@
 
 buildGoModule rec {
   pname = "arkade";
-  version = "0.8.12";
+  version = "0.8.14";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    sha256 = "sha256-OBcvJ1+VAE7jDeQ/I/9uc0wiU0iibeflRMmb+ulgDtQ=";
+    sha256 = "sha256-XH7JtLv0J6bznZZ/L8wg5KB53OPe3KLiYujBlxP71pg=";
   };
 
   CGO_ENABLED = 0;
 
-  vendorSha256 = "05zdd5c2x4k4myxmgj32md8wq08i543l8q81rabqgyd3r9nwv4lx";
+  vendorSha256 = "sha256-ipLVzBkliQSPBZTL5FU8xosTVjxFsUVlAvO0a0q+j2o=";
 
   # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true
   subPackages = [