Merge pull request #212428 from mweinelt/bird-2.0.12

bird: 2.0.11 -> 2.0.12
This commit is contained in:
Martin Weinelt 2023-01-24 14:15:33 +00:00 committed by GitHub
commit 76f22c8770
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.11";
version = "2.0.12";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-YKe4O2e50InSp0WhH93RJGH2MavHtkW2wIWt+Qs/VdY=";
hash = "sha256-PsRiojfQbR9EVdbsAKQvCxaGBh/JiOXImoQdAd11O1M=";
};
nativeBuildInputs = [ flex bison ];