summary refs log tree commit diff
path: root/pkgs/development/libraries/libfabric
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-11-03 09:06:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-03 09:06:23 +0000
commite9b858aa39565332394a1e33f46a385c66c784ab (patch)
treef68f71c45746422ec2336c445baa190abe9ea20e /pkgs/development/libraries/libfabric
parentcbb7455d73fe8c249862ccaf3850c7b9a9680360 (diff)
libfabric: 1.13.1 -> 1.13.2
Diffstat (limited to 'pkgs/development/libraries/libfabric')
-rw-r--r--pkgs/development/libraries/libfabric/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libfabric/default.nix b/pkgs/development/libraries/libfabric/default.nix
index 4142c3763b52c..c1c6ef7032ae7 100644
--- a/pkgs/development/libraries/libfabric/default.nix
+++ b/pkgs/development/libraries/libfabric/default.nix
@@ -3,7 +3,7 @@
 
 stdenv.mkDerivation rec {
   pname = "libfabric";
-  version = "1.13.1";
+  version = "1.13.2";
 
   enableParallelBuilding = true;
 
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner = "ofiwg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0USQMBXZrbz4GtXLNsSti9ohUOqqo0OCtVz+0Uk9ndI=";
+    sha256 = "sha256-ydMZP83keUGDYDw9i/SCa4U1KEgfuqkFklwRKbfLoK8=";
   };
 
   nativeBuildInputs = [ pkg-config autoreconfHook ];