libfabric: 1.13.2 -> 1.14.0

This commit is contained in:
R. Ryantm
2021-12-30 18:56:50 +00:00
parent b88fab1bfe
commit 993d582167
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
pname = "libfabric";
version = "1.13.2";
version = "1.14.0";
enableParallelBuilding = true;
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "ofiwg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ydMZP83keUGDYDw9i/SCa4U1KEgfuqkFklwRKbfLoK8=";
sha256 = "sha256-MmvJV3Pne+bJtC91rdpNMZovoqMgm3gHFJwGH3tchgI=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];