mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
sqlite: Update to 3.8.10.2
This commit is contained in:
parent
e982ac1017
commit
cb6daa036b
@ -3,11 +3,11 @@
|
||||
assert interactive -> readline != null && ncurses != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sqlite-3.8.10.1";
|
||||
name = "sqlite-3.8.10.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sqlite.org/2015/sqlite-autoconf-3081001.tar.gz";
|
||||
sha1 = "86bfed5752783fb24c051f3efac5972ce11023f0";
|
||||
url = "http://sqlite.org/2015/sqlite-autoconf-3081002.tar.gz";
|
||||
sha1 = "c2f2c17d3dc4c4e179d35cc04e4420636d48a152";
|
||||
};
|
||||
|
||||
buildInputs = lib.optionals interactive [ readline ncurses ];
|
||||
|
Loading…
Reference in New Issue
Block a user