Merge pull request #298015 from herbetom/update-bird2

bird: 2.15 -> 2.15.1
This commit is contained in:
Nick Cao 2024-04-13 11:11:43 -04:00 committed by GitHub
commit f805656494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "2.15";
version = "2.15.1";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-emRY+kEQnABVMbI+P3q9Y9cACpnRldtJROvMtTntAvA=";
hash = "sha256-SOhcYi3hZHVsEy6netGoqVzJ/QE3/9DYgnRlic51x10=";
};
nativeBuildInputs = [ flex bison ];