Skip to content

Commit 41f7ef1

Browse files
committed
libfabric: 2.0.0 -> 2.1.0
1 parent 882b04f commit 41f7ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libfabric/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
stdenv.mkDerivation rec {
1515
pname = "libfabric";
16-
version = "2.0.0";
16+
version = "2.1.0";
1717

1818
enableParallelBuilding = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "ofiwg";
2222
repo = "libfabric";
2323
rev = "v${version}";
24-
sha256 = "sha256-W86hsxhbaUbB1sb0l1J0e/9IBnc5eZLQ1m4/SuyXZG0=";
24+
sha256 = "sha256-TK45SCPyFIMhliBYBEMPSKX/UtHGPj075SlTNB92O0Y=";
2525
};
2626

2727
outputs = [

0 commit comments

Comments
 (0)