Merge pull request #295391 from jmbaur/corerad-1.3.0
corerad: 1.2.2 -> 1.3.0
This commit is contained in:
commit
fb584b3e33
1 changed files with 4 additions and 4 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "corerad";
|
||||
version = "1.2.2";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mdlayher";
|
||||
repo = "corerad";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-cBP4jJhnIx+UwcbuQ3xbpImkLX4jSnsyvwfOEs31On4=";
|
||||
hash = "sha256-vIKmE9Lq8We7BTMUHIgnOU370ZnNW7YG75WALWdG+4A=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-RkwfHjWu40AW+7zLc+sY5p2nyy3YPHk5sjt6foC103k=";
|
||||
vendorHash = "sha256-dsqFleXpL8yAcdigqxJsk/Sxvp9OTqbGK3xDEiHkM8A=";
|
||||
|
||||
# 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
|
||||
|
@ -33,7 +33,7 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/mdlayher/corerad";
|
||||
description = "Extensible and observable IPv6 NDP RA daemon";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ mdlayher ];
|
||||
maintainers = with maintainers; [ mdlayher jmbaur ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "corerad";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue