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