rdma-core: 21 -> 22

This commit is contained in:
Markus Kowalewski 2019-01-28 16:05:10 +01:00
parent 8474c24343
commit ef729e46d0
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -3,7 +3,7 @@
} :
let
version = "21";
version = "22";
in stdenv.mkDerivation {
name = "rdma-core-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "0q4hdm14f1xz2h0m5d821fdyp7i917rvmkas5axmfr1myv5422fl";
sha256 = "1xkd51bz6p85gahsw18knrvirn404ca98lqmp1assyn4irs7khx8";
};
nativeBuildInputs = [ cmake pkgconfig pandoc ];