libfabric: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2025-07-01 04:22:55 +00:00
parent e1db604e23
commit f34a3e9ee0

View File

@ -13,7 +13,7 @@
stdenv.mkDerivation rec {
pname = "libfabric";
version = "2.1.0";
version = "2.2.0";
enableParallelBuilding = true;
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "ofiwg";
repo = "libfabric";
rev = "v${version}";
sha256 = "sha256-TK45SCPyFIMhliBYBEMPSKX/UtHGPj075SlTNB92O0Y=";
sha256 = "sha256-BY3a7CxtMJl5/+7t4BzJRTbMnDs1oL3UhDOPRB+D3+U=";
};
outputs = [