ethtool: 6.15 -> 6.19

This commit is contained in:
R. Ryantm
2026-03-07 04:18:46 +00:00
parent 4d59810dd0
commit 2e3767c902
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ethtool";
version = "6.15";
version = "6.19";
src = fetchurl {
url = "mirror://kernel/software/network/ethtool/ethtool-${finalAttrs.version}.tar.xz";
hash = "sha256-lHfDZRFNkQEgquxTNqHRYZbIM9hIb3xtpnvt71eICt4=";
hash = "sha256-HCEUq24MDSqmfWmZYOsR3080HiQDE5zfKK6dqFimAl8=";
};
nativeBuildInputs = [