Merge pull request #100967 from r-ryantm/auto-update/hpx

hpx: 1.5.0 -> 1.5.1
This commit is contained in:
markuskowa 2020-11-08 11:34:07 +01:00 committed by GitHub
commit 06145fec65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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