mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sqlite-3.12.2";
|
||||
name = "sqlite-3.13.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sqlite.org/2016/sqlite-autoconf-3120200.tar.gz";
|
||||
sha1 = "b43c2e7238e54c50b95fbbd85c48792f4f39af8c";
|
||||
url = "http://sqlite.org/2016/sqlite-autoconf-3130000.tar.gz";
|
||||
sha256 = "0sq88jbwsk48i41f7m7rkw9xvijq011nsbs7pl49s31inck70yg2";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" "bin" ];
|
||||
|
Loading…
Reference in New Issue
Block a user