We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 844ac1d + 41f7ef1 commit a9cef39Copy full SHA for a9cef39
pkgs/by-name/li/libfabric/package.nix
@@ -13,15 +13,15 @@
13
14
stdenv.mkDerivation rec {
15
pname = "libfabric";
16
- version = "2.0.0";
+ version = "2.1.0";
17
18
enableParallelBuilding = true;
19
20
src = fetchFromGitHub {
21
owner = "ofiwg";
22
repo = "libfabric";
23
rev = "v${version}";
24
- sha256 = "sha256-W86hsxhbaUbB1sb0l1J0e/9IBnc5eZLQ1m4/SuyXZG0=";
+ sha256 = "sha256-TK45SCPyFIMhliBYBEMPSKX/UtHGPj075SlTNB92O0Y=";
25
};
26
27
outputs = [
0 commit comments