3
0
Fork 0
forked from mirrors/nixpkgs

pkgs/development/libraries/sqlite: updated to version 3.6.23

svn path=/nixpkgs/trunk/; revision=20774
This commit is contained in:
Peter Simons 2010-03-23 09:34:47 +00:00
parent 00726e62fc
commit 6ea441fb3d

View file

@ -3,11 +3,11 @@
assert readline != null -> ncurses != null;
stdenv.mkDerivation {
name = "sqlite-3.6.22";
name = "sqlite-3.6.23";
src = fetchurl {
url = "http://www.sqlite.org/sqlite-amalgamation-3.6.22.tar.gz";
sha256 = "1k5qyl0v2y4fpkh7vvxvb0irpnl71g0ffhfc3ksm40mrhcdq9qk8";
url = "http://www.sqlite.org/sqlite-amalgamation-3.6.23.tar.gz";
sha256 = "a5de9ec9273acabc6cb18235df802549c476410b09d58a206e02862b4dc303ae";
};
buildInputs = [readline ncurses];