summary refs log tree commit diff
path: root/pkgs/applications/graphics/meshlab
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-21 09:49:10 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-21 09:49:10 +0000
commit8640725ca4cd23738c20b45f36a4abed80af7868 (patch)
tree4503edc76f3fad94792853a84cd7bdce688aee5d /pkgs/applications/graphics/meshlab
parent13733f6f94ac00a7ba7df0c378ed72d3b37ede28 (diff)
downloadnixpkgs-8640725ca4cd23738c20b45f36a4abed80af7868.tar
nixpkgs-8640725ca4cd23738c20b45f36a4abed80af7868.tar.gz
nixpkgs-8640725ca4cd23738c20b45f36a4abed80af7868.tar.bz2
nixpkgs-8640725ca4cd23738c20b45f36a4abed80af7868.tar.lz
nixpkgs-8640725ca4cd23738c20b45f36a4abed80af7868.tar.xz
nixpkgs-8640725ca4cd23738c20b45f36a4abed80af7868.tar.zst
nixpkgs-8640725ca4cd23738c20b45f36a4abed80af7868.zip
Updating meshlab
svn path=/nixpkgs/trunk/; revision=19592
Diffstat (limited to 'pkgs/applications/graphics/meshlab')
-rw-r--r--pkgs/applications/graphics/meshlab/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/meshlab/default.nix b/pkgs/applications/graphics/meshlab/default.nix
index 10b48b06325..1a1fa1605c5 100644
--- a/pkgs/applications/graphics/meshlab/default.nix
+++ b/pkgs/applications/graphics/meshlab/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, qt, bzip2}:
 
 stdenv.mkDerivation {
-  name = "meshlab-1.2.0";
+  name = "meshlab-1.2.2";
 
   src = fetchurl {
-    url = mirror://sourceforge/meshlab/MeshLabSrc_v120.tgz;
-    sha256 = "0iidp2pzwq96v8zbm8gc67wi1f41anpkncp17ajkv1rrh653nila";
+    url = mirror://sourceforge/meshlab/MeshLabSrc_v122.tar.gz;
+    sha256 = "166a8mx72wf3r84pnpr0ssqkd2xw6y5brviywlj8rjk6w9cy8fdc";
   };
 
 
@@ -34,5 +34,7 @@ stdenv.mkDerivation {
     description = "System for the processing and editing of unstructured 3D triangular meshes";
     homepage = http://meshlab.sourceforge.net/;
     license = "GPLv2+";
+    maintainers = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
   };
 }