libfabric: 1.12.0 -> 1.12.1

This commit is contained in:
R. RyanTM 2021-04-04 21:37:05 +00:00
parent 7d0ba0850f
commit 9af3213d26

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libfabric"; pname = "libfabric";
version = "1.12.0"; version = "1.12.1";
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 = "sha256-OFp6nEW5D8vjglqLRbEgKryb2/KFuJD8Zn6rkpcuPh0="; sha256 = "sha256-J2PoDwjPWYpagX4M2k9E1xitBzgRUZzwX9Gf00H+Tdc=";
}; };
nativeBuildInputs = [ pkg-config autoreconfHook ] ; nativeBuildInputs = [ pkg-config autoreconfHook ] ;