2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2019-12-19 17:25:47 +01:00
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
depot.buildGo.external {
|
2019-12-19 17:25:47 +01:00
|
|
|
path = "golang.org/x/crypto";
|
|
|
|
src = builtins.fetchGit {
|
|
|
|
url = "https://go.googlesource.com/crypto";
|
|
|
|
rev = "e9b2fee46413994441b28dfca259d911d963dfed";
|
|
|
|
};
|
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
deps = with depot.third_party; [
|
2019-12-21 02:13:58 +01:00
|
|
|
gopkgs."golang.org".x.sys.unix.gopkg
|
2019-12-19 17:25:47 +01:00
|
|
|
];
|
|
|
|
}
|