mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
Merge pull request #18996 from grahamc/firebird
firebird: 2.5.2.26540-0 -> 2.5.6.27020-0
This commit is contained in:
commit
f4b4be03eb
@ -1,5 +1,5 @@
|
||||
{stdenv, fetchurl, libedit, ncurses, automake, autoconf, libtool
|
||||
,
|
||||
,
|
||||
# icu = null: use icu which comes with firebird
|
||||
|
||||
# icu = pkgs.icu => you may have trouble sharing database files with windows
|
||||
@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.5.2.26540-0";
|
||||
version = "2.5.6.27020-0";
|
||||
name = "firebird-${version}";
|
||||
|
||||
# enableParallelBuilding = false; build fails
|
||||
|
Loading…
Reference in New Issue
Block a user