* SQLite 3.7.5.
svn path=/nixpkgs/trunk/; revision=25804
This commit is contained in:
parent
7f0c493b1c
commit
58744ab7f3
@ -3,11 +3,11 @@
|
|||||||
assert readline != null -> ncurses != null;
|
assert readline != null -> ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.7.4";
|
name = "sqlite-3.7.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.sqlite.org/sqlite-autoconf-3070400.tar.gz;
|
url = http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz;
|
||||||
sha256 = "131lwjqh1nfyrx4vjya2wdl6bnc0gzvcrg0wf06sz2iisj0h9vsl";
|
sha256 = "151gdb7lhzppccc42wzc27ckf0v25m7j9pfxna15ixn9ds98cnyb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ncurses ];
|
buildInputs = [ readline ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user