summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-18 19:20:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-18 19:20:02 +0000
commit6a7dc477c37e045f4c7669e193fa468d633399f5 (patch)
tree1095ee630ca4b756bc7e1dd7b6491b8bde4b7a45 /pkgs/applications/networking/cluster
parentb606ebb35508204f7330ed9f3cf1303d3e639d8e (diff)
downloadnixpkgs-6a7dc477c37e045f4c7669e193fa468d633399f5.tar
nixpkgs-6a7dc477c37e045f4c7669e193fa468d633399f5.tar.gz
nixpkgs-6a7dc477c37e045f4c7669e193fa468d633399f5.tar.bz2
nixpkgs-6a7dc477c37e045f4c7669e193fa468d633399f5.tar.lz
nixpkgs-6a7dc477c37e045f4c7669e193fa468d633399f5.tar.xz
nixpkgs-6a7dc477c37e045f4c7669e193fa468d633399f5.tar.zst
nixpkgs-6a7dc477c37e045f4c7669e193fa468d633399f5.zip
arkade: 0.10.13 -> 0.10.15
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 2e2ca3341d8..9c5225eb1b4 100644
--- a/pkgs/applications/networking/cluster/arkade/default.nix
+++ b/pkgs/applications/networking/cluster/arkade/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "arkade";
-  version = "0.10.13";
+  version = "0.10.15";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    hash = "sha256-DhMoNI1eRzP9FK752Z8sAcuj5dpu2vRqXRv4tbSYmLE=";
+    hash = "sha256-1r/f3CoTaOA2ZfM9UBGftZDZdCL9JIrs6SvaSO8BI6w=";
   };
 
   CGO_ENABLED = 0;