Fixing the name of vxl, which didn't reflect the proper version.

svn path=/nixpkgs/trunk/; revision=15554
This commit is contained in:
Lluís Batlle i Rossell 2009-05-11 17:49:07 +00:00
parent 5abb878393
commit 344712303d

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, unzip, cmake, libtiff, expat, zlib, libpng, libjpeg }:
stdenv.mkDerivation {
name = "vxl-1.11.0";
name = "vxl-1.12.0";
src = fetchurl {
url = mirror://sourceforge/vxl/vxl-1.12.0.zip;