quagga: 0.99.24.1 -> 1.0.20160315

This commit is contained in:
Octavian Cerna 2016-03-25 17:55:26 +02:00
parent 7f61c7289f
commit c3ee17fe74

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "quagga-${version}";
version = "0.99.24.1";
version = "1.0.20160315";
src = fetchurl {
url = "mirror://savannah/quagga/${name}.tar.gz";
sha256 = "0kvmc810m7ssrvgb3213271rpywyxb646v5bzjl1jl88vx3imbl4";
sha256 = "0qrjhp6l1hw35jrvcwyl0df4zjx1kqhrsafx307i6pzgs2xbgzr1";
};
buildInputs =
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
It is more than a routed replacement, it can be used as a Route Server and
a Route Reflector.
'';
homepage = http://www.quagga.net/;
homepage = http://www.nongnu.org/quagga/;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ tavyc ];