hpx: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm 2024-05-30 01:44:51 +00:00
parent 3852c7ab26
commit 99bccbc5a5

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 ];