sqlite: 3.13.0 -> 3.14.1

This commit is contained in:
Franz Pletz 2016-08-26 17:08:04 +02:00
parent 36e75a2285
commit 1585e0f09b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@
assert interactive -> readline != null && ncurses != null; assert interactive -> readline != null && ncurses != null;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "sqlite-3.13.0"; name = "sqlite-3.14.1";
src = fetchurl { src = fetchurl {
url = "http://sqlite.org/2016/sqlite-autoconf-3130000.tar.gz"; url = "http://sqlite.org/2016/sqlite-autoconf-3140100.tar.gz";
sha256 = "0sq88jbwsk48i41f7m7rkw9xvijq011nsbs7pl49s31inck70yg2"; sha256 = "19j73j44akqgc6m82wm98yvnmm3mfzmfqr8mp3n7n080d53q4wdw";
}; };
outputs = [ "dev" "out" "bin" ]; outputs = [ "dev" "out" "bin" ];