3
0
Fork 0
forked from mirrors/nixpkgs

firebird: 2.5.2.26540-0 -> 2.5.6.27020-0

This commit is contained in:
Graham Christensen 2016-09-26 22:26:33 -04:00
parent 98a9d815e0
commit ecec041474
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -1,5 +1,5 @@
{stdenv, fetchurl, libedit, ncurses, automake, autoconf, libtool {stdenv, fetchurl, libedit, ncurses, automake, autoconf, libtool
, ,
# icu = null: use icu which comes with firebird # icu = null: use icu which comes with firebird
# icu = pkgs.icu => you may have trouble sharing database files with windows # icu = pkgs.icu => you may have trouble sharing database files with windows
@ -38,7 +38,7 @@
*/ */
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.5.2.26540-0"; version = "2.5.6.27020-0";
name = "firebird-${version}"; name = "firebird-${version}";
# enableParallelBuilding = false; build fails # enableParallelBuilding = false; build fails