libfabric: 1.14.0 -> 1.15.1

This commit is contained in:
R. Ryantm 2022-07-28 20:07:21 +00:00
parent 88fdc5544e
commit c8ea776a54

View File

@ -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 ];