blob: 5a4290dec2a169c3828a017827a3490aa99e4302 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{ depot, ... }:
depot.nix.buildGo.external {
path = "github.com/golang/protobuf";
src = builtins.fetchGit {
url = "https://github.com/golang/protobuf";
rev = "ed6926b37a637426117ccab59282c3839528a700";
};
}
|