Merge pull request #14203 from tavyc/quagga-1.0.20160315
quagga: 0.99.24.1 -> 1.0.20160315
This commit is contained in:
commit
1f3b838d51
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "quagga-${version}";
|
name = "quagga-${version}";
|
||||||
version = "0.99.24.1";
|
version = "1.0.20160315";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/quagga/${name}.tar.gz";
|
url = "mirror://savannah/quagga/${name}.tar.gz";
|
||||||
sha256 = "0kvmc810m7ssrvgb3213271rpywyxb646v5bzjl1jl88vx3imbl4";
|
sha256 = "0qrjhp6l1hw35jrvcwyl0df4zjx1kqhrsafx307i6pzgs2xbgzr1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
|||||||
It is more than a routed replacement, it can be used as a Route Server and
|
It is more than a routed replacement, it can be used as a Route Server and
|
||||||
a Route Reflector.
|
a Route Reflector.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.quagga.net/;
|
homepage = http://www.nongnu.org/quagga/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ tavyc ];
|
maintainers = with maintainers; [ tavyc ];
|
||||||
|
Loading…
Reference in New Issue
Block a user