radvd: 2.11 -> 2.12
This commit is contained in:
parent
46e1af9bba
commit
6a27fc57b7
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libdaemon, bison, flex, check }:
|
{ stdenv, fetchurl, pkgconfig, libdaemon, bison, flex, check }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "radvd-2.11";
|
name = "radvd-2.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.litech.org/radvd/dist/${name}.tar.xz";
|
url = "http://www.litech.org/radvd/dist/${name}.tar.xz";
|
||||||
sha256 = "1k2sbfs4w2lkgz2mh4zh66fgahjrn2hvxcpfc091bykrzj464qq4";
|
sha256 = "0yvlzzdxz2h5fm7grbf1xfs8008bzcdjpficm2cf52g771rffw5h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libdaemon bison flex check ];
|
buildInputs = [ pkgconfig libdaemon bison flex check ];
|
||||||
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "IPv6 Router Advertisement Daemon";
|
description = "IPv6 Router Advertisement Daemon";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.bsdOriginal;
|
license = licenses.bsdOriginal;
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user