bird: bump
This commit is contained in:
parent
68f3d56880
commit
f207fee725
@ -1,19 +1,20 @@
|
|||||||
{ stdenv, fetchurl, flex, bison, readline }:
|
{ stdenv, fetchurl, flex, bison, readline }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bird-1.4.4";
|
name = "bird-1.4.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://bird.network.cz/pub/bird/${name}.tar.gz";
|
url = "ftp://bird.network.cz/pub/bird/${name}.tar.gz";
|
||||||
sha256 = "0dh14zi3v1j0iwxxcyfymfdyaxxmilfbf3bc4mwj682jb3x6ll7g";
|
sha256 = "1z4z7zmx3054zxi4q6a7095s267mw8ky628gir2n5xy5ch65yj7z";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ flex bison readline ];
|
buildInputs = [ flex bison readline ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "";
|
description = "BIRD Internet Routing Daemon";
|
||||||
homepage = http://bird.network.cz;
|
homepage = http://bird.network.cz;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user