moreutils 0 -> 1 attrpath: moreutils 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/p7m65w5v8jv4rvpnx5lj0gjpn5qa0df2-packages.json.drv building '/nix/store/p7m65w5v8jv4rvpnx5lj0gjpn5qa0df2-packages.json.drv'... Going to be running update for following packages: - moreutils-0.68 Press Enter key to continue... Running update for: - moreutils-0.68: UPDATING ... - moreutils-0.68: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/moreutils/default.nix b/pkgs/tools/misc/moreutils/default.nix index 6975d4878c52..7d7dd80d7e7a 100644 --- a/pkgs/tools/misc/moreutils/default.nix +++ b/pkgs/tools/misc/moreutils/default.nix @@ -14,12 +14,12 @@ stdenv.mkDerivation rec { pname = "moreutils"; - version = "0.68"; + version = "0.69"; src = fetchgit { url = "git://git.joeyh.name/moreutils"; rev = "refs/tags/${version}"; - hash = "sha256-kOY12oejH0xKaaPrKem+l0PACqyPqD4P1jEjOYfNntM="; + hash = "sha256-hVvRAIXlG8+pAD2v/Ma9Z6EUL/1xIRz7Gx1fOxoQyi0="; }; preBuild = '' No auto update branch exists There might already be an open PR for this update: - moreutils: 0.68 -> 0.69 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291680"