* SQLite updated to 3.7.11.
svn path=/nixpkgs/trunk/; revision=33930
This commit is contained in:
parent
2e44afa7bb
commit
fbd90d2103
@ -3,11 +3,11 @@
|
|||||||
assert readline != null -> ncurses != null;
|
assert readline != null -> ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.7.9";
|
name = "sqlite-3.7.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.sqlite.org/sqlite-autoconf-3070900.tar.gz;
|
url = http://www.sqlite.org/sqlite-autoconf-3071100.tar.gz;
|
||||||
sha1 = "a9da98a4bde4d9dae5c29a969455d11a03600e11";
|
sha256 = "0ss7nd61jmfkz6piw9838c2msa14axjjlkf4d36rn91nqmfwgb9b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ncurses ];
|
buildInputs = [ readline ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user