Commit 25f70072 authored by Emily's avatar Emily
Browse files
parent b7de95ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
  };