mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
bird: 2.13 -> 2.13.1
> When a case statement in filter had an empty branch, it crashed BIRD. This bug > applies to versions 2.13 and 2.0.12. Version 2.0.11 is not affected. > Also we fixed a bug in BGP Roles manifesting when the other party sent no > capabilities at all. https://trubka.network.cz/pipermail/bird-users/2023-June/017034.html
This commit is contained in:
parent
9c705787cb
commit
0ed1db3ee5
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bird";
|
||||
version = "2.13";
|
||||
version = "2.13.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-jYlePjEYgOnvuIi0OGy+wvfhi/uDNOjUyMp8Q0EJJjg=";
|
||||
hash = "sha256-l7uNV76bxQg+K1ZkFtJ+MUFihWoSynx34gLkZ9INQIA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flex bison ];
|
||||
|
Loading…
Reference in New Issue
Block a user