2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2019-12-13 13:12:06 +01:00
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
depot.buildGo.external {
|
2019-12-13 13:12:06 +01:00
|
|
|
path = "google.golang.org/genproto";
|
|
|
|
src = builtins.fetchGit {
|
|
|
|
url = "https://github.com/google/go-genproto";
|
2019-12-13 22:30:14 +01:00
|
|
|
rev = "0243a4be9c8f1264d238fdc2895620b4d9baf9e1";
|
2019-12-13 13:12:06 +01:00
|
|
|
};
|
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
deps = with depot.third_party; [
|
2019-12-13 13:12:06 +01:00
|
|
|
gopkgs."github.com".golang.protobuf.proto.gopkg
|
|
|
|
gopkgs."github.com".golang.protobuf.ptypes.any.gopkg
|
|
|
|
];
|
|
|
|
}
|