depot/third_party/gopkgs/github.com/gorilla/securecookie/default.nix

14 lines
444 B
Nix

# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
#
# 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";
};
}