2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
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 = "gopkg.in/src-d/go-billy.v4";
|
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
src = depot.third_party.fetchFromGitHub {
|
2019-12-19 17:25:47 +01:00
|
|
|
owner = "src-d";
|
|
|
|
repo = "go-billy";
|
|
|
|
rev = "fd409ff12f33d0d60af0ce0abeb8d93df360af49";
|
|
|
|
sha256 = "1j0pl6ggzmd2lrqj71vmsnl6cqm43145h7yg6sy3j5n7hhd592qv";
|
|
|
|
};
|
|
|
|
|
2020-08-03 21:28:16 +02:00
|
|
|
deps = with depot.third_party; [
|
2019-12-19 17:25:47 +01:00
|
|
|
gopkgs."golang.org".x.sys.unix
|
|
|
|
];
|
|
|
|
}
|