dpdk: 21.02 -> 21.05

This commit is contained in:
R. RyanTM 2021-06-17 08:57:04 +00:00 committed by Jonathan Ringer
parent 66b43bb134
commit 1cc751cca1

View file

@ -8,14 +8,14 @@
let
mod = kernel != null;
dpdkVersion = "21.02";
dpdkVersion = "21.05";
in stdenv.mkDerivation rec {
pname = "dpdk";
version = "${dpdkVersion}" + lib.optionalString mod "-${kernel.version}";
src = fetchurl {
url = "https://fast.dpdk.org/rel/dpdk-${dpdkVersion}.tar.xz";
sha256 = "sha256-CZJKKoJVGqKZeKNoYYT4oQX1L1ZAsb4of1QLLJHpSJs==";
sha256 = "sha256-HhJJm0xfzbV8g+X+GE6mvs3ffPCSiTwsXvLvsO7BLws=";
};
nativeBuildInputs = [