Skip to content

Commit f2eb770

Browse files
committedMay 14, 2017
ethtool: 4.6 -> 4.10
1 parent 22b7b49 commit f2eb770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/ethtool/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "ethtool-${version}";
5-
version = "4.6";
5+
version = "4.10";
66

77
src = fetchurl {
88
url = "mirror://kernel/software/network/ethtool/${name}.tar.xz";
9-
sha256 = "e90589a9349d008cce8c0510ac4e8878efdc0ddb1b732a9a4cc333b101313415";
9+
sha256 = "1fklbjwr41cvd5b7d1qvpl3bqzc4aak732r3m2wjhhgkxhk9f07h";
1010
};
1111

1212
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.