Skip to content

Commit

Permalink
Merge pull request #170939 from jfroche/odp-dpdk
Browse files Browse the repository at this point in the history
odp-dpdk: 1.30.1.0_DPDK_19.11 -> 1.35.0.0_DPDK_19.11
  • Loading branch information
Artturin authored May 10, 2022
2 parents 5177069 + 4fefaa5 commit 95818c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/os-specific/linux/odp-dpdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
, dpdk, libbpf, libconfig, libpcap, numactl, openssl, zlib, libbsd, libelf, jansson
}: let
dpdk_19_11 = dpdk.overrideAttrs (old: rec {
version = "19.11";
version = "19.11.12";
src = fetchurl {
url = "https://fast.dpdk.org/rel/dpdk-${version}.tar.xz";
sha256 = "sha256-RnEzlohDZ3uxwna7dKNFiqfAAswh4pXFHjvWVJexEqs=";
sha256 = "sha256-F9m2+MZi3n0psPIwjWwhiIbbNkoGlxqtru2OlV7TbzQ=";
};
mesonFlags = old.mesonFlags ++ [
"-Denable_docs=false"
Expand All @@ -14,11 +14,11 @@

in stdenv.mkDerivation rec {
pname = "odp-dpdk";
version = "1.30.1.0_DPDK_19.11";
version = "1.35.0.0_DPDK_19.11";

src = fetchurl {
url = "https://git.linaro.org/lng/odp-dpdk.git/snapshot/${pname}-${version}.tar.gz";
sha256 = "sha256-R3PsqQiHlHPzIYYWTVEC7Ikg3KR5I0jWGgftDA9Jj1o=";
sha256 = "sha256-R4cRfz0uUDbeQmJfFSIAmq3KfD6CE9hIW2yvFqL+b0M=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
description = "Open Data Plane optimized for DPDK";
homepage = "https://www.opendataplane.org";
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.linux;
maintainers = [ maintainers.abuibrahim ];
};
}

0 comments on commit 95818c2

Please sign in to comment.