about summary refs log tree commit diff
path: root/pkgs/applications/graphics/meshlab
diff options
context:
space:
mode:
authorIsidor Zeuner <nix@quidecco.pl>2023-08-21 07:27:47 +0200
committerIsidor Zeuner <nix@quidecco.pl>2023-08-21 10:20:28 +0200
commitbad5c41dfd303dfa099c05d952b89fa7b446d100 (patch)
tree8637314c0c6680a607c8855d4903a14c57a77705 /pkgs/applications/graphics/meshlab
parent260d7d11c58b5099d4aab5c022b14d1156275331 (diff)
meshlab: correct the release tag to MeshLab-2022.02
Diffstat (limited to 'pkgs/applications/graphics/meshlab')
-rw-r--r--pkgs/applications/graphics/meshlab/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/meshlab/default.nix b/pkgs/applications/graphics/meshlab/default.nix
index 3067bfefd2c79..3da49cf80109f 100644
--- a/pkgs/applications/graphics/meshlab/default.nix
+++ b/pkgs/applications/graphics/meshlab/default.nix
@@ -27,8 +27,8 @@ mkDerivation rec {
   src = fetchFromGitHub {
     owner = "cnr-isti-vclab";
     repo = "meshlab";
-    rev = "Meshlab-${version}";
-    sha256 = "sha256-MP+jkiV6yS1T1eWClxM56kZWLXwu0g4w/zBHy6CSL6Y=";
+    rev = "MeshLab-${version}";
+    sha256 = "sha256-jcc3PfsiIeYyipteZgzd0NwZgFFgR/mMBiaInzhOcDY=";
     fetchSubmodules = true; # for vcglib
   };