blob: 813cd1f0f16e36f1a2c1b08e90e99c3ebd246c8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ depot, ... }:
depot.nix.buildGo.external {
path = "gopkg.in/warnings.v0";
src = depot.third_party.fetchFromGitHub {
owner = "go-warnings";
repo = "warnings";
rev = "27b9fabbdaf131d2169ec3ff7db8ffc4d839635e";
sha256 = "1y276jd9gwvjriz8yd98k3srgbnmbja8f7f7m6lvr0h5sbq3g3w9";
};
}
|