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

highfive-mpi: 2.3.1 -> 2.4.1
This commit is contained in:
Sandro
2022-07-29 16:55:35 +02:00
committed by GitHub
@@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;
stdenv.mkDerivation rec {
pname = "highfive${lib.optionalString mpiSupport "-mpi"}";
version = "2.3.1";
version = "2.4.1";
src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "v${version}";
sha256 = "qaIThJGdoLgs82h+W4BKQEu1yy1bB8bZFiuxI7IxInw=";
sha256 = "sha256-P60S3UR8wC3BHxRiqFdSjn6Akvykud40g5yEko5dIjw=";
};
nativeBuildInputs = [ cmake ];