# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, ... }: depot.third_party.buildGo.external { path = "golang.org/x/time"; src = depot.third_party.nixpkgs.fetchFromGitHub { owner = "golang"; repo = "time"; rev = "0e9765cccd655efb9fdab0fc6cafe025144d46de"; hash = "sha256:1jcsd4v9gfig654c33yrlj2lvgf7ghfw9d03ph9ippy4an96205s"; }; }