Skip to content

Commit

Permalink
rdma-core: 16.1 -> 17
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Feb 27, 2018
1 parent b63297b commit 0269c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/rdma-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
} :

let
version = "16.1";
version = "17";

in stdenv.mkDerivation {
name = "rdma-core-${version}";
Expand All @@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "1fixw6hpf732vzlpczx0b2y84jrhgfjr3cljqxky7makzgh2s7ng";
sha256 = "1xql46favv8i4ni4zqkk9ra2kcqq2dyn7jyi940c869lndmjw9ni";
};

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit 0269c9c

Please sign in to comment.