hpx: 1.0.0 -> 1.1.0

Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/hpx/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/xg48bc9gkcq2hyk51hxy5s7x8l0s70r9-hpx-1.1.0/bin/hpxrun.py -h` got 0 exit code
- ran `/nix/store/xg48bc9gkcq2hyk51hxy5s7x8l0s70r9-hpx-1.1.0/bin/hpxrun.py --help` got 0 exit code
- found 1.1.0 with grep in /nix/store/xg48bc9gkcq2hyk51hxy5s7x8l0s70r9-hpx-1.1.0
- found 1.1.0 in filename of file in /nix/store/xg48bc9gkcq2hyk51hxy5s7x8l0s70r9-hpx-1.1.0
- directory tree listing: https://gist.github.com/377d8c673231332bb40acb55fed39e53

authored by Ryan Mulligan and committed by Robin Gloster e28170cc 535738eb

+2 -2
+2 -2
pkgs/development/libraries/hpx/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "hpx-${version}"; 5 - version = "1.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "STEllAR-GROUP"; 9 repo = "hpx"; 10 rev = "${version}"; 11 - sha256 = "0k79gw4c0v4i7ps1hw6x4m7svxbfml5xm6ly7p00dvg7z9521zsk"; 12 }; 13 14 buildInputs = [ boost hwloc gperftools ];
··· 2 3 stdenv.mkDerivation rec { 4 name = "hpx-${version}"; 5 + version = "1.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "STEllAR-GROUP"; 9 repo = "hpx"; 10 rev = "${version}"; 11 + sha256 = "0xlhnycmpy2jgiqyzpwmkdrl6drf46ywdsl0qm4vksvjxqfgk9z3"; 12 }; 13 14 buildInputs = [ boost hwloc gperftools ];