mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
librdmacm: 1.0.21 -> 1.1.0
Semi-automatic update. These checks were performed: - built on NixOS - found 1.1.0 with grep in /nix/store/hwzkcif6mzrqmza14s4qjx2z3nllvih4-librdmacm-1.1.0 - found 1.1.0 in filename of file in /nix/store/hwzkcif6mzrqmza14s4qjx2z3nllvih4-librdmacm-1.1.0 cc "@wkennington"
This commit is contained in:
parent
9d65dbf37b
commit
78b0abe442
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "librdmacm-${version}";
|
||||
version = "1.0.21";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.openfabrics.org/downloads/rdmacm/${name}.tar.gz";
|
||||
sha256 = "0yx2wr5dvmf5apvc4f4r2f2mlvn05piwvxsqfb60p3rk4jfx56dx";
|
||||
sha256 = "1ic0qd5ayvkybh4pxc5qx7sqvny1fv4anhxlf1nmsn0h926q844g";
|
||||
};
|
||||
|
||||
buildInputs = [ libibverbs ];
|
||||
|
|
Loading…
Reference in a new issue