arkade: 0.8.50 -> 0.8.52

authored by R. Ryantm and committed by Bobby Rong 7c707394 4e830d14

+3 -3
+3 -3
pkgs/applications/networking/cluster/arkade/default.nix
··· 7 8 buildGoModule rec { 9 pname = "arkade"; 10 - version = "0.8.50"; 11 12 src = fetchFromGitHub { 13 owner = "alexellis"; 14 repo = "arkade"; 15 rev = version; 16 - sha256 = "sha256-DPBQ+MisNgVh2DpaIF//fjIzGvfpNYRS4zpYeUVqLwg="; 17 }; 18 19 CGO_ENABLED = 0; 20 21 nativeBuildInputs = [ installShellFiles ]; 22 23 - vendorSha256 = "sha256-Kr6m1qhVTiXllm5xaxXKsWAtWbnsDwbwWH0iqc0sKfM="; 24 25 # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true 26 subPackages = [
··· 7 8 buildGoModule rec { 9 pname = "arkade"; 10 + version = "0.8.52"; 11 12 src = fetchFromGitHub { 13 owner = "alexellis"; 14 repo = "arkade"; 15 rev = version; 16 + sha256 = "sha256-fKLvWlGJmhTvjcihJOytPvSNqhWOtJhWxMgw9gpc2M0="; 17 }; 18 19 CGO_ENABLED = 0; 20 21 nativeBuildInputs = [ installShellFiles ]; 22 23 + vendorSha256 = "sha256-E2b0iJtOcRBOW4PEI/1ECM4fJa+s/LHtmRK/iYvJ358="; 24 25 # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true 26 subPackages = [