Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libfabric: 2.0.0 -> 2.1.0 (#390241)

Co-authored-by: bzizou <Bruno.Bzeznik@univ-grenoble-alpes.fr>

authored by nixpkgs-merge-bot[bot] bzizou and committed by GitHub a9cef39d 844ac1d7

+2 -2
+2 -2
pkgs/by-name/li/libfabric/package.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "libfabric"; 16 - version = "2.0.0"; 16 + version = "2.1.0"; 17 17 18 18 enableParallelBuilding = true; 19 19 ··· 21 21 owner = "ofiwg"; 22 22 repo = "libfabric"; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-W86hsxhbaUbB1sb0l1J0e/9IBnc5eZLQ1m4/SuyXZG0="; 24 + sha256 = "sha256-TK45SCPyFIMhliBYBEMPSKX/UtHGPj075SlTNB92O0Y="; 25 25 }; 26 26 27 27 outputs = [