sqlite3: Bump to 3.15.0
Tested on Darwin
This commit is contained in:
parent
025c74f248
commit
d3eb4afbda
@ -3,11 +3,11 @@
|
|||||||
assert interactive -> readline != null && ncurses != null;
|
assert interactive -> readline != null && ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.14.1";
|
name = "sqlite-3.15.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sqlite.org/2016/sqlite-autoconf-3140100.tar.gz";
|
url = "http://sqlite.org/2016/sqlite-autoconf-3150000.tar.gz";
|
||||||
sha256 = "19j73j44akqgc6m82wm98yvnmm3mfzmfqr8mp3n7n080d53q4wdw";
|
sha256 = "09zdipkrvavlbw9dj4kwnii0z1b20rljn9fmfxz6scx0njljs5kp";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" ];
|
outputs = [ "bin" "dev" "out" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user