highfive: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm 2022-11-26 09:16:21 +00:00
parent fd538cf515
commit 3fae5920e1

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 ];