Merge pull request #227259 from markuskowa/upd-hwloc

hwloc: 2.9.0 -> 2.9.1
This commit is contained in:
markuskowa 2023-04-21 17:32:54 +02:00 committed by GitHub
commit d67390c8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "hwloc";
version = "2.9.0";
version = "2.9.1";
src = fetchurl {
url = "https://www.open-mpi.org/software/hwloc/v${lib.versions.majorMinor version}/downloads/hwloc-${version}.tar.bz2";
sha256 = "sha256-IHDpY1lqJCG5r47KQ73sET7hEHqvfMtHXU03Z6iFaIc=";
sha256 = "sha256-fMSTGiD+9Ffgkzrz83W+bq+ncD/eIeE3v7loWxQJWZ4=";
};
configureFlags = [