2021-11-21 22:09:43 +01:00
|
|
|
{ depot, pkgs, ... }:
|
2019-12-19 17:25:47 +01:00
|
|
|
|
2021-03-24 00:19:17 +01:00
|
|
|
depot.nix.buildGo.external {
|
2019-12-19 17:25:47 +01:00
|
|
|
path = "golang.org/x/crypto";
|
2021-11-21 22:09:43 +01:00
|
|
|
|
|
|
|
src = pkgs.fetchgit {
|
2019-12-19 17:25:47 +01:00
|
|
|
url = "https://go.googlesource.com/crypto";
|
|
|
|
rev = "e9b2fee46413994441b28dfca259d911d963dfed";
|
2021-11-21 22:09:43 +01:00
|
|
|
hash = "sha256:18sz5426h320l9gdll9n43lzzxg2dmqv0s5fjy6sbvbkkpjs1m28";
|
2019-12-19 17:25:47 +01:00
|
|
|
};
|
|
|
|
|
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
|
|
|
];
|
|
|
|
}
|