Revert "sqlite: Update to 3.8.6"
This reverts commit f7acce83fc
.
Breaks tests for perlPackages.DBIxClass
cc @edolstra
This commit is contained in:
parent
e20e0470bf
commit
33b104c57e
@ -3,11 +3,11 @@
|
|||||||
assert readline != null -> ncurses != null;
|
assert readline != null -> ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.8.6";
|
name = "sqlite-3.8.4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.sqlite.org/2014/sqlite-autoconf-3080600.tar.gz";
|
url = "http://www.sqlite.org/2014/sqlite-autoconf-3080403.tar.gz";
|
||||||
sha1 = "c4b2911bc4a6e1dc2b411aa21d8c4f524113eb64";
|
sha1 = "zd9nqg1fc41222hvzvmvzr92z80b3wvh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ncurses ];
|
buildInputs = [ readline ncurses ];
|
||||||
|
Loading…
Reference in New Issue
Block a user