Merge pull request #155495 from robertodr/update-highfive

highfive: 2.2 -> 2.3.1
This commit is contained in:
Bobby Rong
2022-01-19 11:59:30 +08:00
committed by GitHub
@@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;
stdenv.mkDerivation rec {
pname = "highfive";
version = "2.2";
version = "2.3.1";
src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "4c70d818ed18231563fe49ff197d1c41054be592";
sha256 = "02xy3c2ix3nw8109aw75ixj651knzc5rjqwqrxximm4hzwx09frk";
rev = "v${version}";
sha256 = "qaIThJGdoLgs82h+W4BKQEu1yy1bB8bZFiuxI7IxInw=";
};
nativeBuildInputs = [ cmake ];