* SQLite 3.6.23.1.
svn path=/nixpkgs/trunk/; revision=24825
This commit is contained in:
parent
9813c8feb6
commit
16c34f2f6f
@ -3,11 +3,11 @@
|
|||||||
assert readline != null -> ncurses != null;
|
assert readline != null -> ncurses != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sqlite-3.6.23";
|
name = "sqlite-3.6.23.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.sqlite.org/sqlite-amalgamation-3.6.23.tar.gz";
|
url = "http://www.sqlite.org/sqlite-amalgamation-3.6.23.1.tar.gz";
|
||||||
sha256 = "a5de9ec9273acabc6cb18235df802549c476410b09d58a206e02862b4dc303ae";
|
sha256 = "0n1maahlqxk7p6kmsv0v2afy6qbv15n85mgkr4ylbf3ghcjdg06h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [readline ncurses];
|
buildInputs = [readline ncurses];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user