about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/arkade
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-07 04:27:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-07 04:27:33 +0000
commitae378409b61c34654180b3e37690193dd2921a5c (patch)
treef2d2dc10747a5107296639f00b47a515028dbd7c /pkgs/applications/networking/cluster/arkade
parent73239687ecb118ed0cb69777d9fb3647b9c047ec (diff)
arkade: 0.9.17 -> 0.9.18
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 149f216090fbb..63828aa0d607a 100644
--- a/pkgs/applications/networking/cluster/arkade/default.nix
+++ b/pkgs/applications/networking/cluster/arkade/default.nix
@@ -7,20 +7,20 @@
 
 buildGoModule rec {
   pname = "arkade";
-  version = "0.9.17";
+  version = "0.9.18";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    sha256 = "sha256-SwiRw/JtY1BnosHrSMy7VkhH71sX+mq0vI5UlLwSL1I=";
+    sha256 = "sha256-Pu5kWvIbIYKnjv9p6atsrmjUnnaeX6E0Wkk/HSIfW8g=";
   };
 
   CGO_ENABLED = 0;
 
   nativeBuildInputs = [ installShellFiles ];
 
-  vendorHash = "sha256-ftImsWmHicwL6xyV1WYcWIeJuJ76/GbeJ6dIvDiW2xc=";
+  vendorHash = "sha256-r3bhqTI+DXSw21sjNJkO8cNA5JJitB+UcUwm/u5I0tY=";
 
   # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true
   subPackages = [