libfabric: 1.11.1 -> 1.11.2

This commit is contained in:
R. RyanTM 2021-01-20 03:04:31 +00:00
parent d1bfbb992d
commit 78a5845e39

View file

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