* sqlite updated to 3.7.7.
svn path=/nixpkgs/trunk/; revision=27543
This commit is contained in:
parent
ac28a13f56
commit
e324357c8c
@ -3,11 +3,11 @@
|
|||||||
assert readline != null -> ncurses != null;
|
assert readline != null -> ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.7.6.2";
|
name = "sqlite-3.7.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.sqlite.org/sqlite-autoconf-3070602.tar.gz;
|
url = http://www.sqlite.org/sqlite-autoconf-3070700.tar.gz;
|
||||||
sha256 = "10gwjdjzf8r2k42vlzx79l4bhcj4h5wpjfqpshq75y4g1prndajk";
|
sha256 = "115isg9j4hqzq11ky25fj8pxwi4s9h7xzysi1klz584vkzc2mwzx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ncurses ];
|
buildInputs = [ readline ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user