about summary refs log tree commit diff
path: root/pkgs/tools/misc/ethtool
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-10 06:37:11 -0800
committerTimo Kaufmann <timokau@zoho.com>2018-11-10 15:37:11 +0100
commitacf75db44c6ff017528cc6ba7997145c07ea4fd1 (patch)
treebd3f62db01d62f18210856036953c8982e669432 /pkgs/tools/misc/ethtool
parent7792a3864226deecb3734dbff746490c1768c36a (diff)
ethtool: 4.18 -> 4.19 (#50117)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ethtool/versions
Diffstat (limited to 'pkgs/tools/misc/ethtool')
-rw-r--r--pkgs/tools/misc/ethtool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ethtool/default.nix b/pkgs/tools/misc/ethtool/default.nix
index 105733e003336..5bca02037c7b6 100644
--- a/pkgs/tools/misc/ethtool/default.nix
+++ b/pkgs/tools/misc/ethtool/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "ethtool-${version}";
-  version = "4.18";
+  version = "4.19";
 
   src = fetchurl {
     url = "mirror://kernel/software/network/ethtool/${name}.tar.xz";
-    sha256 = "0461nwqp1z9a89nmxf7kq0r4jfl9c7fg55c71lfmc5y0siaqb54h";
+    sha256 = "1j6hyr809af2m3gqm11hdfwks5kljqy1ikspq3d9rhj29qv6r2mi";
   };
 
   meta = with stdenv.lib; {