libfabric: 2.0.0 -> 2.1.0 (#390241)

Co-authored-by: bzizou <Bruno.Bzeznik@univ-grenoble-alpes.fr>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-17 11:50:08 +00:00
committed by GitHub
co-authored by bzizou
+2 -2
View File
@@ -13,7 +13,7 @@
stdenv.mkDerivation rec {
pname = "libfabric";
version = "2.0.0";
version = "2.1.0";
enableParallelBuilding = true;
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "ofiwg";
repo = "libfabric";
rev = "v${version}";
sha256 = "sha256-W86hsxhbaUbB1sb0l1J0e/9IBnc5eZLQ1m4/SuyXZG0=";
sha256 = "sha256-TK45SCPyFIMhliBYBEMPSKX/UtHGPj075SlTNB92O0Y=";
};
outputs = [