3
0
Fork 0
forked from mirrors/nixpkgs

* SQLite 3.7.9.

svn path=/nixpkgs/trunk/; revision=30304
This commit is contained in:
Eelco Dolstra 2011-11-07 21:09:52 +00:00
parent 51eab4deaa
commit e525da59f6

View file

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