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

hpx: 1.3.0 -> 1.4.0
This commit is contained in:
Mario Rodas 2020-01-20 07:42:51 -05:00 committed by GitHub
commit e1ea2646c4
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.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "STEllAR-GROUP";
repo = "hpx";
rev = version;
sha256 = "0yzxb8520qh9rvzsa190yzx21jn3d8rl8ac5v01767ygd0413hfk";
sha256 = "1wkipk7240vqpy8and2r8n7wnqyl4dcn41cyla4zcns2jhbr23vb";
};
buildInputs = [ boost hwloc gperftools ];