bird: 2.15.1 -> 2.16 (#362997)

This commit is contained in:
Nick Cao
2024-12-09 18:56:31 -05:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "2.15.1";
version = "2.16";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-SOhcYi3hZHVsEy6netGoqVzJ/QE3/9DYgnRlic51x10=";
hash = "sha256-ZikRApOvbxcnlnEh1k+cjclO1hgcTvix3FHH/dZphxw=";
};
nativeBuildInputs = [ flex bison ];