* SQLite updated to 3.7.11.

svn path=/nixpkgs/trunk/; revision=33930
This commit is contained in:
Eelco Dolstra 2012-04-26 13:24:58 +00:00
parent 2e44afa7bb
commit fbd90d2103

View File

@ -3,11 +3,11 @@
assert readline != null -> ncurses != null;
stdenv.mkDerivation {
name = "sqlite-3.7.9";
name = "sqlite-3.7.11";
src = fetchurl {
url = http://www.sqlite.org/sqlite-autoconf-3070900.tar.gz;
sha1 = "a9da98a4bde4d9dae5c29a969455d11a03600e11";
url = http://www.sqlite.org/sqlite-autoconf-3071100.tar.gz;
sha256 = "0ss7nd61jmfkz6piw9838c2msa14axjjlkf4d36rn91nqmfwgb9b";
};
buildInputs = [ readline ncurses ];