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