# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, ... }: depot.third_party.buildGo.external { path = "github.com/gorilla/securecookie"; src = depot.third_party.nixpkgs.fetchFromGitHub { owner = "gorilla"; repo = "securecookie"; rev = "f37875ef1fb538320ab97fc6c9927d94c280ed5b"; hash = "sha256:0p077rdhw04p20wbql0gbdvl8gcq6w7l1i2di5li3nnqr0y94rgs"; }; }