Merge pull request #70577 from r-ryantm/auto-update/ethtool

ethtool: 5.2 -> 5.3
This commit is contained in:
Robin Gloster 2019-10-16 00:24:15 +02:00 committed by GitHub
commit 1ea68cadb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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