From a88fa29c897d595f7bcd3c64e4c123257ea5a838 Mon Sep 17 00:00:00 2001 From: QJoly Date: Thu, 10 Aug 2023 13:54:20 +0200 Subject: [PATCH] arkade: 0.9.23 -> 0.9.26 Also, add qjoly as maintainer sha256 -> hash --- pkgs/applications/networking/cluster/arkade/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/cluster/arkade/default.nix b/pkgs/applications/networking/cluster/arkade/default.nix index 9da400620c2c..d82c1bce0318 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.23"; + version = "0.9.26"; src = fetchFromGitHub { owner = "alexellis"; repo = "arkade"; rev = version; - sha256 = "sha256-opq6XurS3hWI7U3fukTy2VdxxVJAO16mCjd6CZyAJ1w="; + hash = "sha256-difvEmFfwH7+d2qAcNwTcydP0WHDvHkOSXilaWLrHoM="; }; CGO_ENABLED = 0; nativeBuildInputs = [ installShellFiles ]; - vendorHash = "sha256-cI/Q6eeLw3oJtEHNcFvl5nq+x4dSJUDI/BdLkMzkncs="; + vendorHash = "sha256-bWiBY3Bo/FpipUHhbsbPNLKxvJF7L0tpuPi0Cb0firU="; # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true subPackages = [ @@ -52,6 +52,6 @@ buildGoModule rec { homepage = "https://github.com/alexellis/arkade"; description = "Open Source Kubernetes Marketplace"; license = licenses.mit; - maintainers = with maintainers; [ welteki techknowlogick ]; + maintainers = with maintainers; [ welteki techknowlogick qjoly ]; }; }