nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hwloc: 2.0.4 -> 2.1.0

+2 -2
+2 -2
pkgs/development/libraries/hwloc/default.nix
··· 7 7 with stdenv.lib; 8 8 9 9 let 10 - version = "2.0.4"; 10 + version = "2.1.0"; 11 11 versmm = versions.major version + "." + versions.minor version; 12 12 name = "hwloc-${version}"; 13 13 ··· 16 16 17 17 src = fetchurl { 18 18 url = "https://www.open-mpi.org/software/hwloc/v${versmm}/downloads/${name}.tar.bz2"; 19 - sha256 = "1aa7s208gdijk19vvzzahyl8pglk1va3yd6kdbpfa5pz5ms0ag35"; 19 + sha256 = "0qh8s7pphz0m5cwb7liqmc17xzfs23xhz5wn24r6ikvjyx99fhhr"; 20 20 }; 21 21 22 22 configureFlags = [