hpx: 1.4.1 -> 1.5.0

This commit is contained in:
R. RyanTM 2020-09-05 01:39:41 +00:00
parent b23f1442c5
commit e732e1a045

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hpx"; pname = "hpx";
version = "1.4.1"; version = "1.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "STEllAR-GROUP"; owner = "STEllAR-GROUP";
repo = "hpx"; repo = "hpx";
rev = version; rev = version;
sha256 = "0yjsrb11hlfwbiw0xi71ami9nrvz6jwj160h9qgl50icd79ngn46"; sha256 = "10hgjavhvn33y3k5j3l1326x13bxffghg2arxjrh7i7zd3qprfv5";
}; };
buildInputs = [ boost hwloc gperftools ]; buildInputs = [ boost hwloc gperftools ];