depot/third_party/gopkgs/github.com/mitchellh/go-homedir/default.nix

14 lines
410 B
Nix

# SPDX-FileCopyrightText: 2022 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
{ depot, ... }:
depot.third_party.buildGo.external {
path = "github.com/mitchellh/go-homedir";
src = depot.third_party.nixpkgs.fetchFromGitHub {
owner = "mitchellh";
repo = "go-homedir";
rev = "v1.1.0";
hash = "sha256:0ydzkipf28hwj2bfxqmwlww47khyk6d152xax4bnyh60f4lq3nx1";
};
}