Unverified Commit 2914506e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #197792 from techknowlogick/arkade-0848

arkade: 0.8.47 -> 0.8.48
parents 4466a2a6 4a63622b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,20 +7,20 @@

buildGoModule rec {
  pname = "arkade";
  version = "0.8.47";
  version = "0.8.48";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    sha256 = "sha256-vKP/bexxXbhyJEa6ojLFw7ebDS+NYsZgq2jKtimbE3A=";
    sha256 = "sha256-3yYbuVx2dZsMefFFNVGivAR4wwXJwsr9XqGiyUKNAMo=";
  };

  CGO_ENABLED = 0;

  nativeBuildInputs = [ installShellFiles ];

  vendorSha256 = "sha256-TUaCqHbPEwhB2xS8RSoF7RCSkKFJzQKbuV1PbxApyMQ=";
  vendorSha256 = "sha256-Kr6m1qhVTiXllm5xaxXKsWAtWbnsDwbwWH0iqc0sKfM=";

  # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true
  subPackages = [