bird: 2.0.10 -> 2.0.11
Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v2.0.11/NEWS
This commit is contained in:
parent
125f48d490
commit
a281c4ab3e
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bird";
|
pname = "bird";
|
||||||
version = "2.0.10";
|
version = "2.0.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "sha256-ftNB3djch/qXNlhrNRVEeoQ2/sRC1l9AIhVaud4f/Vo=";
|
|
||||||
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
|
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
|
||||||
|
hash = "sha256-YKe4O2e50InSp0WhH93RJGH2MavHtkW2wIWt+Qs/VdY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flex bison ];
|
nativeBuildInputs = [ flex bison ];
|
||||||
|
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
passthru.tests = nixosTests.bird;
|
passthru.tests = nixosTests.bird;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
changelog = "https://gitlab.nic.cz/labs/bird/-/blob/v${version}/NEWS";
|
||||||
description = "BIRD Internet Routing Daemon";
|
description = "BIRD Internet Routing Daemon";
|
||||||
homepage = "http://bird.network.cz";
|
homepage = "http://bird.network.cz";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
|
Loading…
Reference in a new issue