mumps: 5.8.1 -> 5.8.2 (#479728)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-19 19:42:24 +00:00
committed by GitHub
+2 -2
View File
@@ -49,7 +49,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mumps";
version = "5.8.1";
version = "5.8.2";
# 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-60hNYhbHONv9E9VY8G0goE83q7AwJh1u/Z+QRK8anHQ=";
hash = "sha256-AzCzNUd+NFP7Jat4cw1YpA9160cvW1zXLoLxstsbtHA=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''