sqlite: 3.12.2 -> 3.13.0
This commit is contained in:
parent
844748a9c9
commit
ba2eec97b5
@ -3,11 +3,11 @@
|
|||||||
assert interactive -> readline != null && ncurses != null;
|
assert interactive -> readline != null && ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.12.2";
|
name = "sqlite-3.13.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sqlite.org/2016/sqlite-autoconf-3120200.tar.gz";
|
url = "http://sqlite.org/2016/sqlite-autoconf-3130000.tar.gz";
|
||||||
sha1 = "b43c2e7238e54c50b95fbbd85c48792f4f39af8c";
|
sha256 = "0sq88jbwsk48i41f7m7rkw9xvijq011nsbs7pl49s31inck70yg2";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "dev" "out" "bin" ];
|
outputs = [ "dev" "out" "bin" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user