forked from mirrors/nixpkgs
Fixing the name of vxl, which didn't reflect the proper version.
svn path=/nixpkgs/trunk/; revision=15554
This commit is contained in:
parent
5abb878393
commit
344712303d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue