tvl-depot/third_party/gopkgs/gopkg.in/warnings/default.nix
Vincent Ambo 36fa320e55 feat(third_party): Add Go packages for src-d/go-git
This is going to be used in my git syncing tool for the cgit setup.
2019-12-19 16:25:47 +00:00

12 lines
297 B
Nix

{ pkgs, ... }:
pkgs.buildGo.external {
path = "gopkg.in/warnings.v0";
src = pkgs.third_party.fetchFromGitHub {
owner = "go-warnings";
repo = "warnings";
rev = "27b9fabbdaf131d2169ec3ff7db8ffc4d839635e";
sha256 = "1y276jd9gwvjriz8yd98k3srgbnmbja8f7f7m6lvr0h5sbq3g3w9";
};
}