corerad: 1.1.1 -> 1.1.2
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
0e29650898
commit
dbe9f8fdd5
@ -2,18 +2,16 @@
|
|||||||
|
|
||||||
buildGo118Module rec {
|
buildGo118Module rec {
|
||||||
pname = "corerad";
|
pname = "corerad";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mdlayher";
|
owner = "mdlayher";
|
||||||
repo = "corerad";
|
repo = "corerad";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-2XPWexpr3xGwnvjT08BVq6uf1haPuZGwKswiy/1Z8vE=";
|
sha256 = "sha256-1v7jAYLIflXIKY0zltzkre4sNv9qqWxFGWrQuOBr2s0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-+9KjgbKuAJexdGEKu9hIsHfHsVbKeB5ZtSgFzM2/bOI=";
|
vendorSha256 = "sha256-oS9nI1BELDLFksN+NbLT1Eklg67liOvcRbxtGdYGJJA=";
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
# Since the tarball pulled from GitHub doesn't contain git tag information,
|
# Since the tarball pulled from GitHub doesn't contain git tag information,
|
||||||
# we fetch the expected tag's timestamp from a file in the root of the
|
# we fetch the expected tag's timestamp from a file in the root of the
|
||||||
@ -36,5 +34,6 @@ buildGo118Module rec {
|
|||||||
description = "Extensible and observable IPv6 NDP RA daemon";
|
description = "Extensible and observable IPv6 NDP RA daemon";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ mdlayher ];
|
maintainers = with maintainers; [ mdlayher ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user