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

hpx: 1.7.1 -> 1.8.1
This commit is contained in:
Sebastián Mancilla 2022-08-17 11:20:05 -04:00 committed by GitHub
commit 2bf12c73bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hpx";
version = "1.7.1";
version = "1.8.1";
src = fetchFromGitHub {
owner = "STEllAR-GROUP";
repo = "hpx";
rev = version;
sha256 = "1knx7kr8iw4b7nh116ygd00y68y84jjb4fj58jkay7n5qlrxh604";
sha256 = "sha256-YJ4wHaPE5E6ngUAYrQB1SkW4IoHW71tUDKKNANVA9Xw=";
};
buildInputs = [ asio boost hwloc gperftools ];