ethtool: 6.11 -> 6.14 (#397871)
This commit is contained in:
commit
96b9460ee4
@ -9,11 +9,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ethtool";
|
||||
version = "6.11";
|
||||
version = "6.14";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/software/network/ethtool/ethtool-${version}.tar.xz";
|
||||
sha256 = "sha256-jZH1xyrj8lt+iNR4EnncsyD3HjAFiRQ3CxxXTJazEgI=";
|
||||
hash = "sha256-kzi7AOSSh407vjzSiU5g2zWBNjTCCNsLIPXH7oTaabE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
||||
libmnl
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = writeScript "update-ethtool" ''
|
||||
#!/usr/bin/env nix-shell
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user