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

libfabric: 1.12.0 -> 1.12.1
This commit is contained in:
Ryan Mulligan 2021-04-09 20:57:30 -07:00 committed by GitHub
commit 6c44986423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "libfabric";
version = "1.12.0";
version = "1.12.1";
enableParallelBuilding = true;
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "ofiwg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OFp6nEW5D8vjglqLRbEgKryb2/KFuJD8Zn6rkpcuPh0=";
sha256 = "sha256-J2PoDwjPWYpagX4M2k9E1xitBzgRUZzwX9Gf00H+Tdc=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ] ;