libsupermesh: 2025.3.0 -> 2025.4

This commit is contained in:
R. Ryantm
2025-08-22 14:03:00 +00:00
parent 4e49fa427e
commit c9a4e8bee4
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libsupermesh";
version = "2025.3.0";
version = "2025.4";
src = fetchFromGitHub {
owner = "firedrakeproject";
repo = "libsupermesh";
tag = "v${finalAttrs.version}";
hash = "sha256-RKBi89bUhkbRATaSB8629D+/NeYE3YNDIMEGzSK8z04=";
hash = "sha256-VIGfuSVneCBapZyU0GXyi6isUSdhD2Ylm4mCymSvzbo=";
};
strictDeps = true;