21 lines
548 B
Nix
Raw Normal View History

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