tvl-depot/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix
2020-02-21 13:54:53 +00:00

12 lines
311 B
Nix

{ depot, ... }:
depot.buildGo.external {
path = "github.com/mitchellh/go-homedir";
src = depot.third_party.fetchFromGitHub {
owner = "mitchellh";
repo = "go-homedir";
rev = "af06845cf3004701891bf4fdb884bfe4920b3727";
sha256 = "0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1";
};
}