# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, ... }: depot.third_party.buildGo.external { path = "github.com/aws/aws-sdk-go"; src = depot.third_party.nixpkgs.fetchFromGitHub { owner = "aws"; repo = "aws-sdk-go"; rev = "v1.38.10"; hash = "sha256:018lhkphhkl1nvamw72v7pi43gz62x5aaca2nmkszlai27fbbakj"; }; deps = with depot.third_party; [ gopkgs."github.com".jmespath.go-jmespath ]; }