Martin Weinelt 2022-05-05 13:06:14 +02:00
parent c01480f0a3
commit a52bf037d8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,14 +9,14 @@
let
mod = kernel != null;
dpdkVersion = "21.11";
dpdkVersion = "22.03";
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-Mkbj7WjuKzaaXYviwGzxCKZp4Vf01Bxby7sha/Wr06E=";
sha256 = "sha256-st5fCLzVcz+Q1NfmwDJRWQja2PyNJnrGolNELZuDp8U=";
};
nativeBuildInputs = [