Merge pull request #322651 from r-ryantm/auto-update/hwloc

hwloc: 2.10.0 -> 2.11.0
This commit is contained in:
Markus Kowalewski 2024-06-26 23:11:44 +00:00 committed by GitHub
commit 972b4b38bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "hwloc";
version = "2.10.0";
version = "2.11.0";
src = fetchurl {
url = "https://www.open-mpi.org/software/hwloc/v${lib.versions.majorMinor version}/downloads/hwloc-${version}.tar.bz2";
sha256 = "sha256-AwXdYMneL75lGf4qTo/cbT243ldKDKeBK5LoDAWuE5I=";
sha256 = "sha256-A5A7h8rV23K9APeSbWpTdEsQxcaiOMa2hRDn3BVg5Pk=";
};
configureFlags = [