Merge pull request #131185 from Mic92/odp-dpdk

odp-dpdk: 1.27.0.0_DPDK_19.11 -> 1.30.1.0_DPDK_19.11
This commit is contained in:
Jörg Thalheim 2021-07-23 09:05:06 +01:00 committed by GitHub
commit d504096d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,15 +7,18 @@
url = "https://fast.dpdk.org/rel/dpdk-${version}.tar.xz";
sha256 = "sha256-RnEzlohDZ3uxwna7dKNFiqfAAswh4pXFHjvWVJexEqs=";
};
mesonFlags = old.mesonFlags ++ [
"-Denable_docs=false"
];
});
in stdenv.mkDerivation rec {
pname = "odp-dpdk";
version = "1.27.0.0_DPDK_19.11";
version = "1.30.1.0_DPDK_19.11";
src = fetchurl {
url = "https://git.linaro.org/lng/odp-dpdk.git/snapshot/${pname}-${version}.tar.gz";
sha256 = "sha256-/4m2NqnEXyenNUrCq3c2ozJzPWFFs/Qp7MAVm9B2biA=";
sha256 = "sha256-R3PsqQiHlHPzIYYWTVEC7Ikg3KR5I0jWGgftDA9Jj1o=";
};
nativeBuildInputs = [