dpdk: 22.11.1 -> 23.07

This commit is contained in:
Jörg Thalheim
2023-10-24 15:10:09 +02:00
committed by Jörg Thalheim
parent 6d9ae38598
commit 409d216209
+3 -3
View File
@@ -15,14 +15,14 @@
let
mod = kernel != null;
dpdkVersion = "22.11.1";
in stdenv.mkDerivation rec {
dpdkVersion = "23.07";
in stdenv.mkDerivation {
pname = "dpdk";
version = "${dpdkVersion}" + lib.optionalString mod "-${kernel.version}";
src = fetchurl {
url = "https://fast.dpdk.org/rel/dpdk-${dpdkVersion}.tar.xz";
sha256 = "sha256-3gdkZfcXSg1ScUuQcuSDenJrqsgtj+fcZEytXIz3TUw=";
sha256 = "sha256-4IYU6K65KUB9c9cWmZKJpE70A0NSJx8JOX7vkysjs9Y=";
};
nativeBuildInputs = [