# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, ... }: depot.third_party.buildGo.external { path = "github.com/jackc/pgservicefile"; src = depot.third_party.nixpkgs.fetchFromGitHub { owner = "jackc"; repo = "pgservicefile"; rev = "2b9c44734f2b95eb1f5814e0ab09b61f9dde09e6"; sha256 = "13gbi0ad58rm3rcgj8bssc7hgrqwva0q015fw57vx5cxb4rcrmxh"; }; }