highfive: 2.7.1 -> 2.8.0

This commit is contained in:
R. Ryantm 2023-11-03 08:37:19 +00:00
parent 014ba34da3
commit bed356c15a

View file

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