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

highfive: 2.7.1 -> 2.8.0
This commit is contained in:
Weijia Wang 2023-12-04 01:49:03 +01:00 committed by GitHub
commit a4aa64183a
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.7.1";
version = "2.8.0";
src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "v${version}";
sha256 = "sha256-apKmIB34uqkqSCtTUzrUOhcRC5a2UG6KCdhp1jnXUgQ=";
sha256 = "sha256-INDQ0RqPMSsKXQ/QVDhpCg4qzghLA3zQUViduflLUFY=";
};
nativeBuildInputs = [ cmake ];