dpdk: 22.03 -> 22.07

This commit is contained in:
Jörg Thalheim 2022-10-08 16:47:17 +02:00
parent 76ede9e892
commit 9d220f5067

View File

@ -9,14 +9,14 @@
let
mod = kernel != null;
dpdkVersion = "22.03";
dpdkVersion = "22.07";
in stdenv.mkDerivation rec {
pname = "dpdk";
version = "${dpdkVersion}" + lib.optionalString mod "-${kernel.version}";
src = fetchurl {
url = "https://fast.dpdk.org/rel/dpdk-${dpdkVersion}.tar.xz";
sha256 = "sha256-st5fCLzVcz+Q1NfmwDJRWQja2PyNJnrGolNELZuDp8U=";
sha256 = "sha256-n2Tf3gdf21cIy2Leg4uP+4kVdf7R4dKusma6yj38m+o=";
};
nativeBuildInputs = [