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

libfabric: 1.14.0 -> 1.15.1
This commit is contained in:
markuskowa 2022-08-09 12:30:36 +02:00 committed by GitHub
commit 2839e5c7fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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