3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204506 from Mic92/odp-dpdk

odp-dpdk: 1.35.0.0_DPDK_19.11 -> 1.37.0.0_DPDK_19.11
This commit is contained in:
Jörg Thalheim 2022-12-04 19:36:46 +01:00 committed by GitHub
commit dde81d652f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
in stdenv.mkDerivation rec {
pname = "odp-dpdk";
version = "1.35.0.0_DPDK_19.11";
version = "1.37.0.0_DPDK_19.11";
src = fetchurl {
url = "https://git.linaro.org/lng/odp-dpdk.git/snapshot/${pname}-${version}.tar.gz";
sha256 = "sha256-R4cRfz0uUDbeQmJfFSIAmq3KfD6CE9hIW2yvFqL+b0M=";
sha256 = "sha256-Ai6+6eZJeG0BrwNboBPfgDGkUbCC8lcj7+oxmWjWP2k=";
};
nativeBuildInputs = [