bird: 2.13.1 -> 2.14

Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v2.14/NEWS
This commit is contained in:
Nick Cao 2023-10-07 12:54:11 -04:00
parent 82ead414a6
commit 7c0d722b52
No known key found for this signature in database

View file

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