Merge pull request #205694 from mweinelt/bird-2.0.11

This commit is contained in:
Martin Weinelt 2022-12-15 01:08:39 +01:00 committed by GitHub
commit 6add32f371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "2.0.10";
version = "2.0.11";
src = fetchurl {
sha256 = "sha256-ftNB3djch/qXNlhrNRVEeoQ2/sRC1l9AIhVaud4f/Vo=";
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-YKe4O2e50InSp0WhH93RJGH2MavHtkW2wIWt+Qs/VdY=";
};
nativeBuildInputs = [ flex bison ];
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
passthru.tests = nixosTests.bird;
meta = with lib; {
changelog = "https://gitlab.nic.cz/labs/bird/-/blob/v${version}/NEWS";
description = "BIRD Internet Routing Daemon";
homepage = "http://bird.network.cz";
license = licenses.gpl2Plus;