+2
-2
pkgs/os-specific/linux/dpdk/default.nix
+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 ];