Updating meshlab

svn path=/nixpkgs/trunk/; revision=19592
This commit is contained in:
Lluís Batlle i Rossell 2010-01-21 09:49:10 +00:00
parent 13733f6f94
commit 8640725ca4

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, qt, bzip2}: {stdenv, fetchurl, qt, bzip2}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "meshlab-1.2.0"; name = "meshlab-1.2.2";
src = fetchurl { src = fetchurl {
url = mirror://sourceforge/meshlab/MeshLabSrc_v120.tgz; url = mirror://sourceforge/meshlab/MeshLabSrc_v122.tar.gz;
sha256 = "0iidp2pzwq96v8zbm8gc67wi1f41anpkncp17ajkv1rrh653nila"; sha256 = "166a8mx72wf3r84pnpr0ssqkd2xw6y5brviywlj8rjk6w9cy8fdc";
}; };
@ -34,5 +34,7 @@ stdenv.mkDerivation {
description = "System for the processing and editing of unstructured 3D triangular meshes"; description = "System for the processing and editing of unstructured 3D triangular meshes";
homepage = http://meshlab.sourceforge.net/; homepage = http://meshlab.sourceforge.net/;
license = "GPLv2+"; license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
}; };
} }