about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2023-12-01 10:34:31 +0100
committerGitHub <noreply@github.com>2023-12-01 10:34:31 +0100
commit3771eeacc933d214af98474db7c4dcf15607ead5 (patch)
treed1c52934a54497f9cd7d551a6dce9ff779006b0f /pkgs/development
parent856eb0d6580da1977518536e00da472cd48b56da (diff)
parenteafa92c5f75598d7b54310c6a91b04c4854ba92d (diff)
Merge pull request #268892 from r-ryantm/auto-update/libfabric
libfabric: 1.19.0 -> 1.20.0
Diffstat (limited to 'pkgs/development')
-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 ab2da122da746..34089dbdcaa8b 100644
--- a/pkgs/development/libraries/libfabric/default.nix
+++ b/pkgs/development/libraries/libfabric/default.nix
@@ -12,7 +12,7 @@
 
 stdenv.mkDerivation rec {
   pname = "libfabric";
-  version = "1.19.0";
+  version = "1.20.0";
 
   enableParallelBuilding = true;
 
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     owner = "ofiwg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-7VOhdZOPBe1qh8OK8OTNKA5I4A5whl6aOubAzsUDSRw=";
+    sha256 = "sha256-woRkm/5kLIv1ypSlCosP/ewYgnSXQJYzkuOqdHvEH8I=";
   };
 
   outputs = [ "out" "dev" "man" ];