We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 22b7b49 commit f2eb770Copy full SHA for f2eb770
pkgs/tools/misc/ethtool/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "ethtool-${version}";
5
- version = "4.6";
+ version = "4.10";
6
7
src = fetchurl {
8
url = "mirror://kernel/software/network/ethtool/${name}.tar.xz";
9
- sha256 = "e90589a9349d008cce8c0510ac4e8878efdc0ddb1b732a9a4cc333b101313415";
+ sha256 = "1fklbjwr41cvd5b7d1qvpl3bqzc4aak732r3m2wjhhgkxhk9f07h";
10
};
11
12
meta = with stdenv.lib; {
0 commit comments