all-packages.nix: bump default version of 'bison' from 2.5 to 2.6
This commit is contained in:
parent
6bc1086ff0
commit
e23e934bbc
1 changed files with 1 additions and 1 deletions
|
@ -2867,7 +2867,7 @@ let
|
|||
cross = assert crossSystem != null; crossSystem;
|
||||
});
|
||||
|
||||
bison = bison25;
|
||||
bison = bison26;
|
||||
|
||||
bison1875 = callPackage ../development/tools/parsing/bison/bison-1.875.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue