summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2024-06-26 23:11:44 +0000
committerGitHub <noreply@github.com>2024-06-26 23:11:44 +0000
commit972b4b38bc880140269902f2b096ed8e507ef4cd (patch)
tree6a5727115156335f47bd4522d550982a9fa42239 /pkgs
parent2130a88478c508b210186e4fa9509bcbe1a0381f (diff)
parent955e04a283aa8c03643d4d39e03b53550fc79622 (diff)
Merge pull request #322651 from r-ryantm/auto-update/hwloc
hwloc: 2.10.0 -> 2.11.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/hwloc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hwloc/default.nix b/pkgs/development/libraries/hwloc/default.nix
index 7dc11069e9a6..38550115bfb0 100644
--- a/pkgs/development/libraries/hwloc/default.nix
+++ b/pkgs/development/libraries/hwloc/default.nix
@@ -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 = [