3
0
Fork 0
forked from mirrors/nixpkgs

* SQLite 3.6.23.1.

svn path=/nixpkgs/trunk/; revision=24825
This commit is contained in:
Eelco Dolstra 2010-11-23 18:01:33 +00:00
parent 9813c8feb6
commit 16c34f2f6f

View file

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