Merge pull request #58866 from r-ryantm/auto-update/rdma-core
rdma-core: 22.1 -> 23
This commit is contained in:
commit
483fe6a15c
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
} :
|
} :
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "22.1";
|
version = "23";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "rdma-core-${version}";
|
name = "rdma-core-${version}";
|
||||||
|
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "linux-rdma";
|
owner = "linux-rdma";
|
||||||
repo = "rdma-core";
|
repo = "rdma-core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "04772rsn5a0gr4yss63fk35zfl05hz2l27q9yva922i8qq38f90a";
|
sha256 = "1n0v075ndczwrc87b70vxhx42nv1p953cqycmgnz334790zg002g";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig pandoc ];
|
nativeBuildInputs = [ cmake pkgconfig pandoc ];
|
||||||
|
|
Loading…
Reference in a new issue