arkade: 0.9.23 -> 0.9.26

Also, add qjoly as maintainer

sha256 -> hash
This commit is contained in:
QJoly 2023-08-10 13:54:20 +02:00 committed by Anderson Torres
parent 11dbfb4493
commit a88fa29c89

View File

@ -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 ];
};
}