hwloc: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm 2025-05-13 00:42:50 +00:00
parent 4c40e81b38
commit cad7a27158

View file

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "hwloc";
version = "2.12.0";
version = "2.12.1";
src = fetchurl {
url = "https://www.open-mpi.org/software/hwloc/v${lib.versions.majorMinor version}/downloads/hwloc-${version}.tar.bz2";
hash = "sha256-BqCivcClcU6DkWRoOEag6TaoliE3WOnTfkniMricWNQ=";
hash = "sha256-OKkDKLuGJZ+bsv4dxX/YQeER0eY1gBK+8j39ldIdxms=";
};
configureFlags = [