highfive: 2.9.0 -> 2.10.0

This commit is contained in:
R. Ryantm 2024-07-29 22:47:19 +00:00
parent 7fee7ae70f
commit 199ac90668

View File

@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;
stdenv.mkDerivation rec {
pname = "highfive${lib.optionalString mpiSupport "-mpi"}";
version = "2.9.0";
version = "2.10.0";
src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "v${version}";
sha256 = "sha256-4n7J0qf4josYVsbVF4u+NLdecpA9gqHXCfibr0QfyJ4=";
sha256 = "sha256-0ACT899G+CCc08UFsSC8SnUEZR2mrpQbqXW9FklRAjU=";
};
nativeBuildInputs = [ cmake ];