dpdk: 22.07 -> 22.11.1
Latest LTS release. https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html
This commit is contained in:
parent
8bf63a5ed4
commit
118290c00a
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
mod = kernel != null;
|
mod = kernel != null;
|
||||||
dpdkVersion = "22.07";
|
dpdkVersion = "22.11.1";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "dpdk";
|
pname = "dpdk";
|
||||||
version = "${dpdkVersion}" + lib.optionalString mod "-${kernel.version}";
|
version = "${dpdkVersion}" + lib.optionalString mod "-${kernel.version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://fast.dpdk.org/rel/dpdk-${dpdkVersion}.tar.xz";
|
url = "https://fast.dpdk.org/rel/dpdk-${dpdkVersion}.tar.xz";
|
||||||
sha256 = "sha256-n2Tf3gdf21cIy2Leg4uP+4kVdf7R4dKusma6yj38m+o=";
|
sha256 = "sha256-3gdkZfcXSg1ScUuQcuSDenJrqsgtj+fcZEytXIz3TUw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user