dolfinx: 0.10.0.post1 -> 0.10.0.post2

This commit is contained in:
R. Ryantm
2025-11-11 14:42:02 +00:00
parent e85973dd9b
commit e222808afa

View File

@@ -26,14 +26,14 @@ let
);
in
stdenv.mkDerivation (finalAttrs: {
version = "0.10.0.post1";
version = "0.10.0.post2";
pname = "dolfinx";
src = fetchFromGitHub {
owner = "fenics";
repo = "dolfinx";
tag = "v${finalAttrs.version}";
hash = "sha256-ZsaEcJdvsf3dxJ739/CU20+drjbAvuc/HkIGCfh9U5A=";
hash = "sha256-Q1dQkDU6kfP5LFS0UwPwsff2hcHLAa3ZOk/hG0gGAbs=";
};
preConfigure = ''