Skip to content

Commit

Permalink
Merge pull request NixOS#268892 from r-ryantm/auto-update/libfabric
Browse files Browse the repository at this point in the history
libfabric: 1.19.0 -> 1.20.0
  • Loading branch information
markuskowa authored Dec 1, 2023
2 parents 856eb0d + eafa92c commit 3771eea
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 3771eea

Please sign in to comment.