2.8.16 -> 2.8.17

svn path=/nixpkgs/trunk/; revision=5883
This commit is contained in:
Armijn Hemel 2006-07-22 23:27:02 +00:00
parent 2701a8b2ff
commit 9396221341

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "sqlite-2.8.16";
name = "sqlite-2.8.17";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/sqlite-2.8.16.tar.gz;
md5 = "9c79b461ff30240a6f9d70dd67f8faea";
url = http://www.sqlite.org/sqlite-2.8.17.tar.gz;
md5 = "838dbac20b56d2c4292e98848505a05b";
};
}