summary refs log tree commit diff
path: root/pkgs/development/libraries/hpx
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-25 15:57:20 -0700
committerRobin Gloster <mail@glob.in>2018-03-30 20:55:26 +0200
commite28170ccc8d23887fbdb2d8fd4cde99bac98d662 (patch)
treeb869d2769d8b663eb673d0908261fd57d72b2d06 /pkgs/development/libraries/hpx
parent535738eb944ad2c6167157b9016c0469d7f7ea5a (diff)
downloadnixlib-e28170ccc8d23887fbdb2d8fd4cde99bac98d662.tar
nixlib-e28170ccc8d23887fbdb2d8fd4cde99bac98d662.tar.gz
nixlib-e28170ccc8d23887fbdb2d8fd4cde99bac98d662.tar.bz2
nixlib-e28170ccc8d23887fbdb2d8fd4cde99bac98d662.tar.lz
nixlib-e28170ccc8d23887fbdb2d8fd4cde99bac98d662.tar.xz
nixlib-e28170ccc8d23887fbdb2d8fd4cde99bac98d662.tar.zst
nixlib-e28170ccc8d23887fbdb2d8fd4cde99bac98d662.zip
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
Diffstat (limited to 'pkgs/development/libraries/hpx')
-rw-r--r--pkgs/development/libraries/hpx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hpx/default.nix b/pkgs/development/libraries/hpx/default.nix
index 6b08a0fd86f7..edb1dc01aa80 100644
--- a/pkgs/development/libraries/hpx/default.nix
+++ b/pkgs/development/libraries/hpx/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "hpx-${version}";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "STEllAR-GROUP";
     repo = "hpx";
     rev = "${version}";
-    sha256 = "0k79gw4c0v4i7ps1hw6x4m7svxbfml5xm6ly7p00dvg7z9521zsk";
+    sha256 = "0xlhnycmpy2jgiqyzpwmkdrl6drf46ywdsl0qm4vksvjxqfgk9z3";
   };
 
   buildInputs = [ boost hwloc gperftools ];