ethtool: 5.1 -> 5.2

This commit is contained in:
Will Dietz 2019-07-25 20:01:41 -05:00 committed by Bjørn Forsman
parent 6dfd13ab34
commit 4ad627eca8

View File

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