Skip to content

Commit

Permalink
hwloc: 2.2.0 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Oct 10, 2020
1 parent 8bc409e commit 02cb002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/hwloc/default.nix
Expand Up @@ -7,7 +7,7 @@ assert x11Support -> libX11 != null && cairo != null;
with stdenv.lib;

let
version = "2.2.0";
version = "2.3.0";
versmm = versions.major version + "." + versions.minor version;
name = "hwloc-${version}";

Expand All @@ -16,7 +16,7 @@ in stdenv.mkDerivation {

src = fetchurl {
url = "https://www.open-mpi.org/software/hwloc/v${versmm}/downloads/${name}.tar.bz2";
sha256 = "0li27a3lnmb77qxpijj0kpblz32wmqd3b386sypq8ar7vy9vhw5f";
sha256 = "0r4a07ag1fv48ql2g64px0wrjpxlvkh6c7mhnkv9xxkkg04zc1xn";
};

configureFlags = [
Expand Down

0 comments on commit 02cb002

Please sign in to comment.