about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-20 03:02:29 +0000
committerJon <jonringer@users.noreply.github.com>2020-02-23 14:12:57 -0800
commiteda05110a0bf6cad66ef894b373ff86568432fce (patch)
tree8161feb3d56946f38f7473e91440ba73ff5b75b8 /pkgs/development/libraries
parent0d1d43d49c20a14c253bc73bb1ac2123f2997588 (diff)
downloadnixlib-eda05110a0bf6cad66ef894b373ff86568432fce.tar
nixlib-eda05110a0bf6cad66ef894b373ff86568432fce.tar.gz
nixlib-eda05110a0bf6cad66ef894b373ff86568432fce.tar.bz2
nixlib-eda05110a0bf6cad66ef894b373ff86568432fce.tar.lz
nixlib-eda05110a0bf6cad66ef894b373ff86568432fce.tar.xz
nixlib-eda05110a0bf6cad66ef894b373ff86568432fce.tar.zst
nixlib-eda05110a0bf6cad66ef894b373ff86568432fce.zip
hpx: 1.4.0 -> 1.4.1
Diffstat (limited to 'pkgs/development/libraries')
-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 eafd85cc92aa..8e3327d880f9 100644
--- a/pkgs/development/libraries/hpx/default.nix
+++ b/pkgs/development/libraries/hpx/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hpx";
-  version = "1.4.0";
+  version = "1.4.1";
 
   src = fetchFromGitHub {
     owner = "STEllAR-GROUP";
     repo = "hpx";
     rev = version;
-    sha256 = "1wkipk7240vqpy8and2r8n7wnqyl4dcn41cyla4zcns2jhbr23vb";
+    sha256 = "0yjsrb11hlfwbiw0xi71ami9nrvz6jwj160h9qgl50icd79ngn46";
   };
 
   buildInputs = [ boost hwloc gperftools ];