mumps: 5.9.0 -> 5.9.1

This commit is contained in:
R. Ryantm
2026-07-21 12:43:00 +00:00
parent 2dfcc49541
commit 7c580bacc6
+2 -2
View File
@@ -49,7 +49,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mumps";
version = "5.9.0";
version = "5.9.1";
# 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-6dytNY5IbuPcOOnCPdE08hNPS09eNrJeoNdJXhLnB5I=";
hash = "sha256-DHuOlExYaksyW9UU23ddz8Jbit7nIkMRaHsBmBE+Py8=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''