Merge pull request #259602 from NickCao/bird

bird: 2.13.1 -> 2.14
This commit is contained in:
Nick Cao 2023-10-08 16:54:56 -04:00 committed by GitHub
commit 924777f866
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.13.1";
version = "2.14";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-l7uNV76bxQg+K1ZkFtJ+MUFihWoSynx34gLkZ9INQIA=";
hash = "sha256-sLn2+FZlQbm+SvHwysZ1xaN4VgGlVmen7D194pc1p4Y=";
};
nativeBuildInputs = [ flex bison ];