highfive: 2.7.1 -> 2.8.0
This commit is contained in:
parent
014ba34da3
commit
bed356c15a
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue