ethtool: 5.2 -> 5.3

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
This commit is contained in:
R. RyanTM 2019-10-06 22:32:50 -07:00
parent 3dc58eda52
commit 09d5be5ca5

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ethtool"; pname = "ethtool";
version = "5.2"; version = "5.3";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/software/network/ethtool/${pname}-${version}.tar.xz"; url = "mirror://kernel/software/network/ethtool/${pname}-${version}.tar.xz";
sha256 = "01bq2g7amycfp4syzcswz52pgphdgswklziqfjwnq3c6844dfpv6"; sha256 = "1i14zrg4a84zjpwvqi8an0zx0hm06g614a79zc2syrkhrvdw1npk";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {