Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #73580 from risicle/ris-dpdk-17.11.9-r19.03

[r19.03] dpdk: 17.11.2 -> 17.11.9, addressing CVE-2019-14818

authored by Niklas Hambüchen and committed by GitHub d1dff0bc 583cee53

Changed files
+2 -2
pkgs
os-specific
linux
+2 -2
pkgs/os-specific/linux/dpdk/default.nix
··· 8 8 9 9 in stdenv.mkDerivation rec { 10 10 name = "dpdk-${version}" + lib.optionalString mod "-${kernel.version}"; 11 - version = "17.11.2"; 11 + version = "17.11.9"; 12 12 13 13 src = fetchurl { 14 14 url = "https://fast.dpdk.org/rel/dpdk-${version}.tar.xz"; 15 - sha256 = "19m5l3jkrns8r1zbjb6ry18w50ff36kbl5b5g6pfcp9p57sfisd2"; 15 + sha256 = "0vrcc9mdjs5fk69lh7bigsk9208dfmjsz3jxaddkjlvk2hds1id6"; 16 16 }; 17 17 18 18 nativeBuildInputs = [ pkgconfig ];