mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
quagga: 0.99.24.1 -> 1.0.20160315
This commit is contained in:
parent
7f61c7289f
commit
c3ee17fe74
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user