hwloc: 2.8.0 -> 2.9.0

This commit is contained in:
Markus Kowalewski 2022-12-18 20:10:46 +01:00
parent b83c2ee15c
commit 7ce807ee2c
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "hwloc";
version = "2.8.0";
version = "2.9.0";
src = fetchurl {
url = "https://www.open-mpi.org/software/hwloc/v${lib.versions.majorMinor version}/downloads/hwloc-${version}.tar.bz2";
sha256 = "sha256-NIpy/NSMMqgj7h2hSa6ZIgPnrQM1SeZK7W6m7rAfQsE=";
sha256 = "sha256-IHDpY1lqJCG5r47KQ73sET7hEHqvfMtHXU03Z6iFaIc=";
};
configureFlags = [