ethtool 0 -> 1 attrpath: ethtool Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/k3s7gg6r5zv4dgjzzqkx3mzgnxbwllgh-update-ethtool.drv /nix/store/gg5ql91xy7xj7zmjzja5yij2547ji56g-packages.json.drv building '/nix/store/k3s7gg6r5zv4dgjzzqkx3mzgnxbwllgh-update-ethtool.drv'... building '/nix/store/gg5ql91xy7xj7zmjzja5yij2547ji56g-packages.json.drv'... Going to be running update for following packages: - ethtool-6.1 Press Enter key to continue... Running update for: - ethtool-6.1: UPDATING ... - ethtool-6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/ethtool/default.nix b/pkgs/tools/misc/ethtool/default.nix index eb1911170beb..b9f6ba2e4ea2 100644 --- a/pkgs/tools/misc/ethtool/default.nix +++ b/pkgs/tools/misc/ethtool/default.nix @@ -9,11 +9,11 @@ stdenv.mkDerivation rec { pname = "ethtool"; - version = "6.1"; + version = "6.7"; src = fetchurl { url = "mirror://kernel/software/network/${pname}/${pname}-${version}.tar.xz"; - sha256 = "sha256-xB/Igf+lpAQy0t2CnrRMZKSd7kgucWuqz5Jixk2qj5A="; + sha256 = "sha256-w65SawHOTY32x5SrFw3kpBBNER6o2Ns/H9fCX8uQVhk="; }; patches = [ No auto update branch exists