about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-25 10:54:59 -0500
committerGitHub <noreply@github.com>2024-02-25 10:54:59 -0500
commitf41f58db1866006cf207e693b497894779243d0d (patch)
tree843f20265173bc46d875c21e70974927f387971a /pkgs/applications
parent4b5b8fc933a519e64b0733f032a445e1451966ba (diff)
parente5c6e8bc819f7686c4c812ca56be488ca869c49a (diff)
Merge pull request #291210 from r-ryantm/auto-update/arkade
arkade: 0.11.1 -> 0.11.2
Diffstat (limited to 'pkgs/applications')
-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 a8f2c5050ae50..0dc15c103291a 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.11.1";
+  version = "0.11.2";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    hash = "sha256-DsKc+AT+0vIaJftBFLqVXx/CJRNNgE/vzSxlHkCSJaI=";
+    hash = "sha256-G8zWPz5pTDjfZJ8DtY1DQRGYMOsGhNXWZEgFYKM/y6I=";
   };
 
   CGO_ENABLED = 0;