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

libfabric: 1.17.0 -> 1.17.1
This commit is contained in:
Ilan Joselevich 2023-03-07 15:07:07 +02:00 committed by GitHub
commit 4a09826e9d
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.0";
version = "1.17.1";
enableParallelBuilding = true;
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "ofiwg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tXfAn8hkasA2UuA4/8dOE3EcORyJo/A33TtSNdzDXD8=";
sha256 = "sha256-ZHNx1EV+JMfpoP0p6VHaIjFp81N2g0nGJ6v/PqFmu6M=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];