summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-16 13:31:33 +0200
committerGitHub <noreply@github.com>2024-05-16 13:31:33 +0200
commit859edb791f05eefdba3ab62019d43de5988b6988 (patch)
treebda646729c51a3409798869922cced16635e9d0c /pkgs
parenta457afe6849674dfd48d124f8430159c9239099c (diff)
parent540d34fd9b96bd212f7f6ec943108965115b25ea (diff)
Merge pull request #312123 from r-ryantm/auto-update/arkade
arkade: 0.11.11 -> 0.11.12
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 c4e155a0517c..04fdbc871511 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.11";
+ version = "0.11.12";
src = fetchFromGitHub {
owner = "alexellis";
repo = "arkade";
rev = version;
- hash = "sha256-Pevsq/u6sI00k874PiAVwzgTqzzja1D2zsfebIFJv/0=";
+ hash = "sha256-tioWLZ1Bd+gC2FvbhrxFPIkOJb9ycx9sGVmh+a/4hwo=";
};
CGO_ENABLED = 0;