# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, ... }: depot.third_party.buildGo.external { path = "github.com/google/go-cmp"; src = depot.third_party.nixpkgs.fetchFromGitHub { owner = "google"; repo = "go-cmp"; rev = "6faefd0594fae82639a62c23f0aed1451509dcc0"; hash = "sha256:0w0nyaqqd29bdk919g0r3xr1hpn32sfwbf59ai6z6ngdhjp95nbv"; }; }