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

highfive-mpi: 2.6.2 -> 2.7.0
This commit is contained in:
Weijia Wang 2023-04-11 00:13:16 +03:00 committed by GitHub
commit 5fa998a63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;
stdenv.mkDerivation rec {
pname = "highfive${lib.optionalString mpiSupport "-mpi"}";
version = "2.6.2";
version = "2.7.1";
src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "v${version}";
sha256 = "sha256-rUuhhoVH4Jdve7eY0M5THWtoHoIluiujfQwfTYULEiQ=";
sha256 = "sha256-apKmIB34uqkqSCtTUzrUOhcRC5a2UG6KCdhp1jnXUgQ=";
};
nativeBuildInputs = [ cmake ];