Skip to content

Commit ffb32d8

Browse files
committed
libfabric: 1.22.0 -> 2.0.0
1 parent 541e1aa commit ffb32d8

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 = "1.22.0";
16+
version = "2.0.0";
1717

1818
enableParallelBuilding = true;
1919

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

2727
outputs = [

0 commit comments

Comments
 (0)