libfabric: 1.10.1 -> 1.11.0
This commit is contained in:
parent
0924b7a598
commit
a2c1a8c209
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libfabric";
|
pname = "libfabric";
|
||||||
version = "1.10.1";
|
version = "1.11.0";
|
||||||
|
|
||||||
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 = "0nf5x4v9rhyd67r6f6q3dw4sraaja8jfdkhhg9g8x41czmx4d456";
|
sha256 = "1wgn6gsiy64rb76i46dsqlvp687lwqzxwg5lgj1y5y7lyqbq96wp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ] ;
|
nativeBuildInputs = [ pkgconfig autoreconfHook ] ;
|
||||||
|
Loading…
Reference in New Issue
Block a user