ethtool: 5.17 -> 5.18

This commit is contained in:
R. Ryantm 2022-06-14 02:14:18 +00:00
parent 5f2eb57725
commit 99aaddced3

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "ethtool";
version = "5.17";
version = "5.18";
src = fetchurl {
url = "mirror://kernel/software/network/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-ZKuRS5xrRQRyRdkfQLh2CycomSqeWvInF8ZEI46IkTM=";
sha256 = "sha256-lXey/7znELZZ+yOVmOySvO0cpADKDxKGdiv6ROR4QnA=";
};
nativeBuildInputs = [