dolfinx: 0.10.0.post2 -> 0.10.0.post3

This commit is contained in:
R. Ryantm
2025-11-21 20:34:15 +00:00
parent 39a15b69c5
commit 4ed1c95bce
+2 -2
View File
@@ -26,14 +26,14 @@ let
);
in
stdenv.mkDerivation (finalAttrs: {
version = "0.10.0.post2";
version = "0.10.0.post3";
pname = "dolfinx";
src = fetchFromGitHub {
owner = "fenics";
repo = "dolfinx";
tag = "v${finalAttrs.version}";
hash = "sha256-Q1dQkDU6kfP5LFS0UwPwsff2hcHLAa3ZOk/hG0gGAbs=";
hash = "sha256-YsFya92lz9Twc1PsSLGj6tJNvKb+MQfpmN/qOFxbe34=";
};
preConfigure = ''