hwloc: 2.6.0 -> 2.7.0

This commit is contained in:
Markus Kowalewski 2021-12-24 17:42:06 +01:00
parent 471246420d
commit 5a7166ae01
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

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