iproute2 6.6.0 -> 6.7.0 https://repology.org/project/iproute2/versions attrpath: iproute2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [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] this derivation will be built: /nix/store/627960pvbrq2yk2b92vbqac0srldv1m1-packages.json.drv building '/nix/store/627960pvbrq2yk2b92vbqac0srldv1m1-packages.json.drv'... Going to be running update for following packages: - iproute2-6.6.0 Press Enter key to continue... Running update for: - iproute2-6.6.0: UPDATING ... - iproute2-6.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/os-specific/linux/iproute/default.nix b/pkgs/os-specific/linux/iproute/default.nix index 1fae93c53251..03eb1959c9b2 100644 --- a/pkgs/os-specific/linux/iproute/default.nix +++ b/pkgs/os-specific/linux/iproute/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "iproute2"; - version = "6.6.0"; + version = "6.7.0"; src = fetchurl { url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz"; - hash = "sha256-hzjIBK/Qnwv3VpN/DD3iMReDKpjYy79QOGz1AFzWE84="; + hash = "sha256-/5Qt2YKNfR+Gf2H+cs5DMHjDHl2OSnjiDwLLWJLohB0="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - iproute2: 6.6.0 -> 6.7.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/279869"