* Sqlite 3.5.8.
svn path=/nixpkgs/trunk/; revision=12135
This commit is contained in:
parent
a3d259adf0
commit
d2ca06b623
@ -1,10 +1,17 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sqlite-3.3.13";
|
||||
name = "sqlite-3.5.9";
|
||||
|
||||
# Note: don't use the "amalgamation" source release, since it
|
||||
# doesn't install sqlite3.pc.
|
||||
src = fetchurl {
|
||||
url = http://www.sqlite.org/sqlite-3.3.13.tar.gz;
|
||||
sha256 = "0p32asxkb38g6mbb2p7hdk09bnrrqn67dgnvgqx7pvwi5vcl80ck";
|
||||
url = http://www.sqlite.org/sqlite-3.5.9.tar.gz;
|
||||
sha256 = "0731zj0fnivhfc74wc3yh0p9gn7fpjgy3g79haarciqkdf8k3lvx";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://www.sqlite.org/;
|
||||
description = "A self-contained, serverless, zero-configuration, transactional SQL database engine";
|
||||
};
|
||||
configureFlags = "--enable-threadsafe --disable-tcl";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user