arkade: 0.9.23 -> 0.9.26

Also, add qjoly as maintainer

sha256 -> hash

authored by QJoly and committed by Anderson Torres a88fa29c 11dbfb44

+4 -4
+4 -4
pkgs/applications/networking/cluster/arkade/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "arkade"; 10 - version = "0.9.23"; 10 + version = "0.9.26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "alexellis"; 14 14 repo = "arkade"; 15 15 rev = version; 16 - sha256 = "sha256-opq6XurS3hWI7U3fukTy2VdxxVJAO16mCjd6CZyAJ1w="; 16 + hash = "sha256-difvEmFfwH7+d2qAcNwTcydP0WHDvHkOSXilaWLrHoM="; 17 17 }; 18 18 19 19 CGO_ENABLED = 0; 20 20 21 21 nativeBuildInputs = [ installShellFiles ]; 22 22 23 - vendorHash = "sha256-cI/Q6eeLw3oJtEHNcFvl5nq+x4dSJUDI/BdLkMzkncs="; 23 + vendorHash = "sha256-bWiBY3Bo/FpipUHhbsbPNLKxvJF7L0tpuPi0Cb0firU="; 24 24 25 25 # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true 26 26 subPackages = [ ··· 52 52 homepage = "https://github.com/alexellis/arkade"; 53 53 description = "Open Source Kubernetes Marketplace"; 54 54 license = licenses.mit; 55 - maintainers = with maintainers; [ welteki techknowlogick ]; 55 + maintainers = with maintainers; [ welteki techknowlogick qjoly ]; 56 56 }; 57 57 }