Merge pull request #330955 from r-ryantm/auto-update/highfive-mpi

highfive-mpi: 2.9.0 -> 2.10.0
This commit is contained in:
2024-08-06 06:45:08 +02:00
committed by GitHub
@@ -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 ];