Skip to content

Commit

Permalink
rdma-core: 28.0 -> 29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 15, 2020
1 parent 40000eb commit d6d2b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/rdma-core/default.nix
Expand Up @@ -4,7 +4,7 @@
} :

let
version = "28.0";
version = "29.0";

in stdenv.mkDerivation {
pname = "rdma-core";
Expand All @@ -14,7 +14,7 @@ in stdenv.mkDerivation {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "0az2is6p5gkyphi2b978kwn7knry60y33kn6p7cxz49ca79a42cy";
sha256 = "03r7jbhw64siyrna9mz0qzppfzp8ilwi7iqdkxgyy33rndncqqnq";
};

nativeBuildInputs = [ cmake pkgconfig pandoc docutils makeWrapper ];
Expand Down

0 comments on commit d6d2b1e

Please sign in to comment.