ethtool: 5.15 -> 5.16

This commit is contained in:
R. Ryantm 2022-02-11 10:56:52 +00:00 committed by Bjørn Forsman
parent fade30f7b2
commit 999f1ed5b5

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "ethtool";
version = "5.15";
version = "5.16";
src = fetchurl {
url = "mirror://kernel/software/network/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-aG/WEQOJ1JwqEg8Aw81d/kPeutqOAh5CcNdLvkUqEW0=";
sha256 = "sha256-qi/vGTbdShF1XfoL25Pw7FvqRSCNJ8l1S8Or4apCwcs=";
};
nativeBuildInputs = [