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

libfabric: 1.17.1 -> 1.18.0
This commit is contained in:
Weijia Wang 2023-04-30 01:46:24 +03:00 committed by GitHub
commit 3e245c4080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "libfabric";
version = "1.17.1";
version = "1.18.0";
enableParallelBuilding = true;
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "ofiwg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZHNx1EV+JMfpoP0p6VHaIjFp81N2g0nGJ6v/PqFmu6M=";
sha256 = "sha256-30ADIUbpzwyxMJtPyLDwXYGJF4c1ZiSJH2mBBtgfE18=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];