3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/tools/build-managers/bazel/buildtools/deps.nix

21 lines
548 B
Nix
Raw Normal View History

2018-05-29 05:09:24 +01:00
[
{
goPackagePath = "github.com/golang/protobuf";
fetch = {
type = "git";
url = "https://github.com/golang/protobuf";
2020-04-10 10:20:00 +01:00
rev = "84668698ea25b64748563aa20726db66a6b8d299";
sha256 = "1gkd1942vk9n8kfzdwy1iil6wgvlwjq7a3y5jc49ck4lz9rhmgkq";
2018-05-29 05:09:24 +01:00
};
}
{
2019-09-11 06:17:07 +01:00
goPackagePath = "go.starlark.net";
2018-05-29 05:09:24 +01:00
fetch = {
type = "git";
2019-09-11 06:17:07 +01:00
url = "https://github.com/google/starlark-go";
2020-02-20 09:20:00 +00:00
rev = "6677ee5c7211380ec7e6a1b50dc45287e40ca9e1";
sha256 = "1dl8q1lwvmm38w2lzfwray2djdcq40z89yy6vzy387w0xrax0jj0";
2018-05-29 05:09:24 +01:00
};
}
]