mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
sqlite: 3.8.8.3 -> 3.8.9
This commit is contained in:
parent
1e18670132
commit
3fe9fae62c
@ -3,11 +3,11 @@
|
||||
assert interactive -> readline != null && ncurses != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sqlite-3.8.8.3";
|
||||
name = "sqlite-3.8.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sqlite.org/2015/sqlite-autoconf-3080803.tar.gz";
|
||||
sha1 = "2fe3f6226a2a08a2e814b97cd53e36bb3c597112";
|
||||
url = "http://sqlite.org/2015/sqlite-autoconf-3080900.tar.gz";
|
||||
sha1 = "p6vwiqalhk7ybcx5p8n322vhd3idww6v";
|
||||
};
|
||||
|
||||
buildInputs = lib.optionals interactive [ readline ncurses ];
|
||||
|
Loading…
Reference in New Issue
Block a user