about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-17 07:13:32 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-18 20:41:51 +0800
commit5c77b29073f0d679aee8056da3ced1cfb3d3aecb (patch)
tree752ce9e3e085b5e3e2a41ab83f9c10ace4db8e3a /pkgs
parenta85d36756de44a0a4ea7d64ff6b19a8cf0bcccea (diff)
arkade: 0.8.45 -> 0.8.46
Diffstat (limited to 'pkgs')
-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 26fcb8a598738..0ccd3c6bdadc7 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.8.45";
+  version = "0.8.46";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "arkade";
     rev = version;
-    sha256 = "sha256-9CH91ITbogg/xFA1eqmjeYkyjsPPUvD5+4L6NhqTNp8=";
+    sha256 = "sha256-ihSvhXJcvdx06Y1eET/eI/yeFx8k42yQrVEXWAkiJU8=";
   };
 
   CGO_ENABLED = 0;