mirtk: unstable-2022-07-22 -> 2.0.0-unstable-2025-02-27

Diff: https://github.com/BioMedIA/MIRTK/compare/973ce2fe3f9508dec68892dbf97cca39067aa3d6...ef71a176c120447b3f95291901af7af8b4f00544
This commit is contained in:
Emily
2025-09-15 17:29:17 +01:00
parent b7de95ad1c
commit 25f70072e2
+3 -3
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation {
pname = "mirtk";
version = "unstable-2022-07-22";
version = "2.0.0-unstable-2025-02-27";
src = fetchFromGitHub {
owner = "BioMedIA";
repo = "MIRTK";
rev = "973ce2fe3f9508dec68892dbf97cca39067aa3d6";
hash = "sha256-vKgkDrbyGOcbaYlxys1duC8ZNG0Y2nqh3TtSQ06Ox0Q=";
rev = "ef71a176c120447b3f95291901af7af8b4f00544";
hash = "sha256-77Om/+qApt9AiSYbaPc2QNh+RKcYajobD7VDhvPtf/I=";
fetchSubmodules = true;
};