Commit e5a307a1 authored by Ben Darwin's avatar Ben Darwin
Browse files

minc_tools: 2.3.06-unstable-2023-08-12 -> 2.3.06-unstable-2024-11-28

parent 6c72e95b
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation {
  pname = "minc-tools";
  version = "2.3.06-unstable-2023-08-12";
  version = "2.3.06-unstable-2024-11-28";

  src = fetchFromGitHub {
    owner = "BIC-MNI";
    repo = "minc-tools";
    rev = "c86a767dbb63aaa05ee981306fa09f6133bde427";
    hash = "sha256-PLNcuDU0ht1PcjloDhrPzpOpE42gbhPP3rfHtP7WnM4=";
    rev = "a72077d92266f9ea4c49b6dd3efd5766b81a104c";
    hash = "sha256-YafO5UjeADO/658Xm973JtqldRYkGQ4v8m1oNJoZrbM=";
  };

  nativeBuildInputs = [
@@ -58,12 +58,12 @@ stdenv.mkDerivation {
    done
  '';

  meta = with lib; {
  meta = {
    homepage = "https://github.com/BIC-MNI/minc-tools";
    description = "Command-line utilities for working with MINC files";
    maintainers = with maintainers; [ bcdarwin ];
    platforms = platforms.unix;
    license = licenses.free;
    maintainers = with lib.maintainers; [ bcdarwin ];
    platforms = lib.platforms.unix;
    license = lib.licenses.free;
    broken = stdenv.hostPlatform.isDarwin;
  };
}