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

hpx: 1.9.1 -> 1.10.0
This commit is contained in:
Weijia Wang 2024-06-04 22:16:03 +02:00 committed by GitHub
commit 4429612b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "hpx";
version = "1.9.1";
version = "1.10.0";
src = fetchFromGitHub {
owner = "STEllAR-GROUP";
repo = "hpx";
rev = "v${version}";
hash = "sha256-1gLDwgCqv+3+rOSG7a3fFsnjqfKpnPpWnBmrW+z+jWw=";
hash = "sha256-yrKG0n5BhrUNXjFWZRpb38/GYQlvMr0PSqUbhmZlgm0=";
};
propagatedBuildInputs = [ hwloc ];