niimath: 1.9.20240905 -> 1.0.20250804 (#454031)

This commit is contained in:
Yohann Boniface
2025-10-26 00:30:50 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = ''