about summary refs log tree commit diff
path: root/third_party/gopkgs/gopkg.in/warnings/default.nix
blob: 1299c2b541f6b2383f56fcb8f85b9057ddc558ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs, ... }:

pkgs.buildGo.external {
  path = "gopkg.in/warnings.v0";

  src = pkgs.third_party.fetchFromGitHub {
    owner = "go-warnings";
    repo = "warnings";
    rev = "27b9fabbdaf131d2169ec3ff7db8ffc4d839635e";
    sha256 = "1y276jd9gwvjriz8yd98k3srgbnmbja8f7f7m6lvr0h5sbq3g3w9";
  };
}