bird: 2.14 -> 2.15

Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v2.15/NEWS
This commit is contained in:
Nick Cao 2024-03-10 17:10:55 -04:00
parent 9bd90c8c25
commit 3b3480bb62
No known key found for this signature in database

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "2.14";
version = "2.15";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-sLn2+FZlQbm+SvHwysZ1xaN4VgGlVmen7D194pc1p4Y=";
hash = "sha256-emRY+kEQnABVMbI+P3q9Y9cACpnRldtJROvMtTntAvA=";
};
nativeBuildInputs = [ flex bison ];