bird: 2.0.11 -> 2.0.12

https://gitlab.nic.cz/labs/bird/-/blob/v2.0.12/NEWS
This commit is contained in:
Martin Weinelt 2023-01-24 14:16:04 +01:00
parent c69ebebea7
commit 6676ae8874
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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 ];