Merge pull request #55630 from markuskowa/rdma-core

rdma-core: 22 -> 22.1
This commit is contained in:
markuskowa
2019-02-13 10:26:40 +01:00
committed by GitHub

View File

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