about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-11 06:32:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-11 06:32:00 +0000
commit755f2ec7c2e9715cbb57b4a4a8d76ec2e3f0a490 (patch)
treee2d5d9eddf896887e6b73ccbf82cd483bc33fd19 /pkgs/applications/networking/cluster
parent528dd7fa250980b6450eecea6f1d9910dcc58b5b (diff)
arkade: 0.9.6 -> 0.9.11
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 5976fa6187772..f3631b256d782 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.6";
+  version = "0.9.11";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    sha256 = "sha256-EkpoXmaJ679B0sATDP/asJaywY4RFN7NNYc+7uyMQEA=";
+    sha256 = "sha256-Bj/HfivAd7SmypBMOBPsa/7d0qG+FckAO2zcqNKY+kQ=";
   };
 
   CGO_ENABLED = 0;
 
   nativeBuildInputs = [ installShellFiles ];
 
-  vendorHash = "sha256-BGUaU8p0C6kN8l3b27WQjfWP1e2LWD1KLWNsJdyEuRc=";
+  vendorHash = "sha256-QLD2Hjjn/Eo4LSn4bvvoEl5SS3p1ELWICaI3UhAg2/8=";
 
   # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true
   subPackages = [