highfive: 2.2 -> 2.3.1
This commit is contained in:
parent
21115ea8f9
commit
091c72ae5c
@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "highfive";
|
pname = "highfive";
|
||||||
version = "2.2";
|
version = "2.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BlueBrain";
|
owner = "BlueBrain";
|
||||||
repo = "HighFive";
|
repo = "HighFive";
|
||||||
rev = "4c70d818ed18231563fe49ff197d1c41054be592";
|
rev = "v${version}";
|
||||||
sha256 = "02xy3c2ix3nw8109aw75ixj651knzc5rjqwqrxximm4hzwx09frk";
|
sha256 = "qaIThJGdoLgs82h+W4BKQEu1yy1bB8bZFiuxI7IxInw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user