# SPDX-FileCopyrightText: 2022 Luke Granger-Brown # # 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"; }; }