rdma-core: 17.1 -> 19 (#43357)

authored by markuskowa and committed by xeji a36ab797 6cc50b14

+4 -4
+4 -4
pkgs/os-specific/linux/rdma-core/default.nix
··· 1 - { stdenv, fetchFromGitHub, cmake, pkgconfig 1 + { stdenv, fetchFromGitHub, cmake, pkgconfig, pandoc 2 2 , ethtool, nettools, libnl, libudev, python, perl 3 3 } : 4 4 5 5 let 6 - version = "17.1"; 6 + version = "19"; 7 7 8 8 in stdenv.mkDerivation { 9 9 name = "rdma-core-${version}"; ··· 12 12 owner = "linux-rdma"; 13 13 repo = "rdma-core"; 14 14 rev = "v${version}"; 15 - sha256 = "019h5q0szjccdgfk13qy0f2dxd0n1fr407b3qqq1vcmx41w9b6vz"; 15 + sha256 = "0c01f9yn9sk7wslyrclsi2jvrn4d36bdw4qjbl0vmcv4858wf4bb"; 16 16 }; 17 17 18 - nativeBuildInputs = [ cmake pkgconfig ]; 18 + nativeBuildInputs = [ cmake pkgconfig pandoc ]; 19 19 buildInputs = [ libnl ethtool nettools libudev python perl ]; 20 20 21 21 cmakeFlags = [