summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/bazel/buildtools/deps.nix
blob: a64f96d2c072df810f0660aa62c89014d20e4346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    goPackagePath = "github.com/golang/protobuf";
    fetch = {
      type = "git";
      url = "https://github.com/golang/protobuf";
      rev = "84668698ea25b64748563aa20726db66a6b8d299";
      sha256 = "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq";
    };
  }
  {
    goPackagePath = "go.starlark.net";
    fetch = {
      type = "git";
      url = "https://github.com/google/starlark-go";
      rev = "6677ee5c7211380ec7e6a1b50dc45287e40ca9e1";
      sha256 = "1dl8q1lwvmm38w2lzfwray2djdcq40z89yy6vzy387w0xrax0jj0";
    };
  }
]