highfive-mpi: 2.10.0 -> 2.10.1

This commit is contained in:
R. Ryantm
2024-12-04 20:37:10 +00:00
parent bc56516e88
commit b9829aec83
+2 -2
View File
@@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;
stdenv.mkDerivation rec {
pname = "highfive${lib.optionalString mpiSupport "-mpi"}";
version = "2.10.0";
version = "2.10.1";
src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "v${version}";
sha256 = "sha256-0ACT899G+CCc08UFsSC8SnUEZR2mrpQbqXW9FklRAjU=";
sha256 = "sha256-Nv+nbel/xGlGTB8sKF0EM1xwz/ZEri5uGB7ma6Ba6fo=";
};
nativeBuildInputs = [ cmake ];