Sha256: 0ffb59f5a99ac0c5f3175958d504d5e599a4a64abdb185d8bf8a91d9cc9bbdb5

Contents?: true

Size: 458 Bytes

Versions: 4

Compression:

Stored size: 458 Bytes

Contents

{ buildGoModule, fetchFromGitHub }:

buildGoModule rec {
  pname = "go-protobuf";
  version = "1.5.2";

  src = fetchFromGitHub {
    owner = "golang";
    repo = "protobuf";
    rev = "v${version}";
    sha256 = "1mh5fyim42dn821nsd3afnmgscrzzhn3h8rag635d2jnr23r1zhk";
  };

  modSha256 = "0lnk2zpl6y9vnq6h3l42ssghq6iqvmixd86g2drpa4z8xxk116wf";
  vendorSha256 = "1qbndn7k0qqwxqk4ynkjrih7f7h56z1jq2yd62clhj95rca67hh9";

  subPackages = [ "protoc-gen-go" ];
}

Version data entries

4 entries across 4 versions & 2 rubygems

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