Unverified Commit 2839e5c7 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #183490 from r-ryantm/auto-update/libfabric

libfabric: 1.14.0 -> 1.15.1
parents 50006a9b c8ea776a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

stdenv.mkDerivation rec {
  pname = "libfabric";
  version = "1.14.0";
  version = "1.15.1";

  enableParallelBuilding = true;

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
    owner = "ofiwg";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-MmvJV3Pne+bJtC91rdpNMZovoqMgm3gHFJwGH3tchgI=";
    sha256 = "sha256-uL3L9k9yqdZXQmR1zi8OEIGLAZ8cf7EBnlDhetaMA08=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook ];