hwloc: 2.5.0 -> 2.6.0

This commit is contained in:
Markus Kowalewski 2021-11-02 10:52:56 +01:00
parent 7053541084
commit 95273e8879
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -8,11 +8,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "hwloc";
version = "2.5.0";
version = "2.6.0";
src = fetchurl {
url = "https://www.open-mpi.org/software/hwloc/v${versions.majorMinor version}/downloads/hwloc-${version}.tar.bz2";
sha256 = "1j2j9wn39a8v91r23xncm1rzls6rjkgkvdvqghbdsnq8ps491kx9";
sha256 = "0fm8ky2qx5aq4dwx3slmgyvjc93fpplxbsldhkzrdhi89vj77w71";
};
configureFlags = [