mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Update SQLite
This commit is contained in:
parent
f6e852554c
commit
1a407e9311
@ -3,11 +3,11 @@
|
|||||||
assert interactive -> readline != null && ncurses != null;
|
assert interactive -> readline != null && ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.8.9";
|
name = "sqlite-3.8.10.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sqlite.org/2015/sqlite-autoconf-3080900.tar.gz";
|
url = "http://sqlite.org/2015/sqlite-autoconf-3081001.tar.gz";
|
||||||
sha1 = "p6vwiqalhk7ybcx5p8n322vhd3idww6v";
|
sha1 = "86bfed5752783fb24c051f3efac5972ce11023f0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = lib.optionals interactive [ readline ncurses ];
|
buildInputs = lib.optionals interactive [ readline ncurses ];
|
||||||
|
Loading…
Reference in New Issue
Block a user