Updating freeimage and vxl.

svn path=/nixpkgs/trunk/; revision=15307
This commit is contained in:
Lluís Batlle i Rossell
2009-04-25 16:21:56 +00:00
parent 1a6e7109d1
commit 1f8e1f296d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ stdenv.mkDerivation {
name = "vxl-1.11.0";
src = fetchurl {
url = mirror://sourceforge/vxl/vxl-1.11.0.zip;
sha256 = "84f38d0c3656b5e4470e16ddce715bafcaa478ff066e6cec6f54524b5d72fa68";
url = mirror://sourceforge/vxl/vxl-1.12.0.zip;
sha256 = "11nwa37g42l81xv18s2q2jflc4vr2ncsm7wn7yv269wfwxcjhnlc";
};
buildInputs = [ cmake unzip libtiff expat zlib libpng libjpeg ];