1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ethtool: update from 3.10 to 3.11

This commit is contained in:
Nixpkgs Monitor 2013-12-18 15:45:48 +02:00 committed by Evgeny Egorochkin
parent d3b47ef725
commit 8d2853102b

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "ethtool-3.10";
name = "ethtool-3.11";
src = fetchurl {
url = "mirror://kernel/software/network/ethtool/${name}.tar.xz";
sha256 = "0h0wvi0s6s80v26plkh66aiyybpfyi18sjg5pl9idrd0ccdr93gq";
sha256 = "1m1gc2g5ym7xmbq64ysw9avp9bbsagbi7x624mzki5ba3535agym";
};
meta = with stdenv.lib; {