Sha256: a711f85d2c6b93f3cf3cb7776d074883fd087098ea5f84318bf2855ce498a197

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

{ buildGoModule, fetchFromGitHub }:

buildGoModule rec {
  pname = "go-tools";
  version = "35839b7038afa36a6c000733552daa1f5ce1e838";

  src = fetchFromGitHub {
    owner = "golang";
    repo = "tools";
    rev = "35839b7038afa36a6c000733552daa1f5ce1e838";
    sha256 = "1gnqf62s7arqk807gadp4rd2diz1g0v2khwv9wsb50y8k9k4dfqs";
  };

  modSha256 = "1pijbkp7a9n2naicg21ydii6xc0g4jm5bw42lljwaks7211ag8k9";
  vendorSha256 = "0i2fhaj2fd8ii4av1qx87wjkngip9vih8v3i9yr3h28hkq68zkm5";

  subPackages = [ "cmd/stringer" ];

  # This has to be enabled because the stringer tests recompile itself
  # so it needs a valid reference to `go`
  allowGoReference = true;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
vagrant-unbundled-2.3.6.0 nix/go-tools.nix
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/nix/go-tools.nix
vagrant-unbundled-2.3.3.0 nix/go-tools.nix
vagrant-unbundled-2.3.2.0 nix/go-tools.nix