Skip to content

Commit

Permalink
libfabric: 1.19.0 -> 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 21, 2023
1 parent 1156cd9 commit eafa92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libfabric/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

stdenv.mkDerivation rec {
pname = "libfabric";
version = "1.19.0";
version = "1.20.0";

enableParallelBuilding = true;

src = fetchFromGitHub {
owner = "ofiwg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7VOhdZOPBe1qh8OK8OTNKA5I4A5whl6aOubAzsUDSRw=";
sha256 = "sha256-woRkm/5kLIv1ypSlCosP/ewYgnSXQJYzkuOqdHvEH8I=";
};

outputs = [ "out" "dev" "man" ];
Expand Down

0 comments on commit eafa92c

Please sign in to comment.