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

libfabric: 1.11.1 -> 1.11.2
This commit is contained in:
Ryan Mulligan 2021-01-20 07:27:19 -08:00 committed by GitHub
commit 069f9663e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libfabric"; pname = "libfabric";
version = "1.11.1"; version = "1.11.2";
enableParallelBuilding = true; enableParallelBuilding = true;
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "ofiwg"; owner = "ofiwg";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "17qq96mlfhbkbmsvbazhxzkjnh6x37xlh3r0ngp0rfqbl05z2pcr"; sha256 = "sha256-Xy7A1hjz4O13bMZ0RbOuxEzVkVW5+WKC+MOH5rcGzH0=";
}; };
nativeBuildInputs = [ pkg-config autoreconfHook ] ; nativeBuildInputs = [ pkg-config autoreconfHook ] ;