bird: 2.15.1 -> 2.16

Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v2.16/NEWS
This commit is contained in:
Tom Herbers
2024-12-08 01:38:06 +01:00
parent 929116e316
commit e7cb26c6e0
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "2.15.1";
version = "2.16";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-SOhcYi3hZHVsEy6netGoqVzJ/QE3/9DYgnRlic51x10=";
hash = "sha256-ZikRApOvbxcnlnEh1k+cjclO1hgcTvix3FHH/dZphxw=";
};
nativeBuildInputs = [ flex bison ];