mumps: 5.8.2 -> 5.9.0 (#514761)

This commit is contained in:
Vladimír Čunát
2026-05-20 11:05:35 +00:00
committed by GitHub
+2 -2
View File
@@ -49,7 +49,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mumps";
version = "5.8.2";
version = "5.9.0";
# makeFlags contain space and one should use makeFlagsArray+
# Setting this magic var is an optional solution
__structuredAttrs = true;
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchzip {
url = "https://mumps-solver.org/MUMPS_${finalAttrs.version}.tar.gz";
hash = "sha256-AzCzNUd+NFP7Jat4cw1YpA9160cvW1zXLoLxstsbtHA=";
hash = "sha256-6dytNY5IbuPcOOnCPdE08hNPS09eNrJeoNdJXhLnB5I=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''