sqlite: update to 3.8.4.3
This commit is contained in:
parent
0af5954f5b
commit
47d783ce9d
@ -3,11 +3,11 @@
|
|||||||
assert readline != null -> ncurses != null;
|
assert readline != null -> ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.8.0.2";
|
name = "sqlite-3.8.4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.sqlite.org/2013/sqlite-autoconf-3080002.tar.gz;
|
url = "http://www.sqlite.org/2014/sqlite-autoconf-3080403.tar.gz";
|
||||||
sha1 = "294c30e882a0d45877bce09afe72d08ccfc6b650";
|
sha1 = "zd9nqg1fc41222hvzvmvzr92z80b3wvh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ncurses ];
|
buildInputs = [ readline ncurses ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user