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 = "github.com/mitchellh/go-homedir";
|
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
src = depot.third_party.fetchFromGitHub {
|
2019-12-19 17:25:47 +01:00
|
|
|
owner = "mitchellh";
|
|
|
|
repo = "go-homedir";
|
|
|
|
rev = "af06845cf3004701891bf4fdb884bfe4920b3727";
|
|
|
|
sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1";
|
|
|
|
};
|
|
|
|
}
|