Unverified Commit c61990ad authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

niimath: 1.9.20240905 -> 1.0.20250804 (#454031)

parents 94990ff2 272b8299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "niimath";
  version = "1.0.20240905";
  version = "1.0.20250804";

  src = fetchFromGitHub {
    owner = "rordenlab";
    repo = "niimath";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3XgB4q0HXLo9rEQBzC+2dxN81r9n8kkj2OC5d+WFmEs=";
    hash = "sha256-lCs3yagFHQ9livH1ffwNhh7XCn4nEY48or6512yAl0k=";
  };

  postPatch = ''