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

highfive: 2.6.1 -> 2.6.2

Resolves #199482
This commit is contained in:
Mario Rodas 2022-11-29 20:04:46 -05:00 committed by GitHub
commit f8e50e8059
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.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "v${version}";
sha256 = "sha256-jo/yGcDnT/L/CMU3XpuhyzlBgvMxgNm9Y1qSVwZJihA=";
sha256 = "sha256-rUuhhoVH4Jdve7eY0M5THWtoHoIluiujfQwfTYULEiQ=";
};
nativeBuildInputs = [ cmake ];