ethtool: 6.19 -> 7.0

Changes: https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/log/?h=v7.0
This commit is contained in:
Sergei Trofimovich
2026-04-29 21:59:03 +01:00
parent 92fab1ae97
commit e123ac199c
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ethtool";
version = "6.19";
version = "7.0";
src = fetchurl {
url = "mirror://kernel/software/network/ethtool/ethtool-${finalAttrs.version}.tar.xz";
hash = "sha256-HCEUq24MDSqmfWmZYOsR3080HiQDE5zfKK6dqFimAl8=";
hash = "sha256-Zgv5clp4cTQ6DSMgaKdjT7z7abbC+O/0VYJ/rvsM0WI=";
};
nativeBuildInputs = [