ethtool: 5.18 -> 5.19
This commit is contained in:
parent
5e053ae4a5
commit
465ab2af0e
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ethtool";
|
pname = "ethtool";
|
||||||
version = "5.18";
|
version = "5.19";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/software/network/${pname}/${pname}-${version}.tar.xz";
|
url = "mirror://kernel/software/network/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-lXey/7znELZZ+yOVmOySvO0cpADKDxKGdiv6ROR4QnA=";
|
sha256 = "sha256-O3UqMymCeQesOBLygx3+z1HIxBxV0tac+5xTygZEn8Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue