highfive: 2.4.1 -> 2.6.1

This commit is contained in:
R. Ryantm 2022-11-09 19:25:33 +00:00 committed by Bobby Rong
parent 950ee7c399
commit 94a6ba6e17

View file

@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;
stdenv.mkDerivation rec {
pname = "highfive${lib.optionalString mpiSupport "-mpi"}";
version = "2.4.1";
version = "2.6.1";
src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "v${version}";
sha256 = "sha256-P60S3UR8wC3BHxRiqFdSjn6Akvykud40g5yEko5dIjw=";
sha256 = "sha256-jo/yGcDnT/L/CMU3XpuhyzlBgvMxgNm9Y1qSVwZJihA=";
};
nativeBuildInputs = [ cmake ];