ethtool: 6.11 -> 6.14 (#397871)

This commit is contained in:
Thiago Kenji Okada 2025-04-19 13:21:04 +01:00 committed by GitHub
commit 96b9460ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ethtool"; pname = "ethtool";
version = "6.11"; version = "6.14";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/software/network/ethtool/ethtool-${version}.tar.xz"; url = "mirror://kernel/software/network/ethtool/ethtool-${version}.tar.xz";
sha256 = "sha256-jZH1xyrj8lt+iNR4EnncsyD3HjAFiRQ3CxxXTJazEgI="; hash = "sha256-kzi7AOSSh407vjzSiU5g2zWBNjTCCNsLIPXH7oTaabE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
libmnl libmnl
]; ];
enableParallelBuilding = true;
passthru = { passthru = {
updateScript = writeScript "update-ethtool" '' updateScript = writeScript "update-ethtool" ''
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell