hpx: 1.5.1 -> 1.6.0

This commit is contained in:
R. RyanTM 2021-02-18 09:31:19 +00:00 committed by tomberek
parent d3833fbe25
commit 9552143266

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hpx";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "STEllAR-GROUP";
repo = "hpx";
rev = version;
sha256 = "1ld2k00500p107jarw379hsd1nlnm33972nv9c3ssfq619bj01c9";
sha256 = "sha256-Fkntfk5AaWtS1x0fXfLSWW/9tvKcCBi1COqgNxurPmk=";
};
buildInputs = [ boost hwloc gperftools ];