diffoscope 0 -> 1 attrpath: diffoscope 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] these 2 derivations will be built: /nix/store/h6mx9wszhh389bip16af3ml9ijjlmxxx-update-diffoscope.drv /nix/store/p4g020mslifl62iardvyqmg8ryzchvcy-packages.json.drv building '/nix/store/h6mx9wszhh389bip16af3ml9ijjlmxxx-update-diffoscope.drv'... building '/nix/store/p4g020mslifl62iardvyqmg8ryzchvcy-packages.json.drv'... Going to be running update for following packages: - diffoscope-257 Press Enter key to continue... Running update for: - diffoscope-257: UPDATING ... - diffoscope-257: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix index 625f86c1da47..815d14bf1ab6 100644 --- a/pkgs/tools/misc/diffoscope/default.nix +++ b/pkgs/tools/misc/diffoscope/default.nix @@ -79,11 +79,11 @@ # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! python3.pkgs.buildPythonApplication rec { pname = "diffoscope"; - version = "257"; + version = "258"; src = fetchurl { url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; - hash = "sha256-Fejp4i0uzsK9+9JBVPsE1AdDwshtRlxpxPfJdqRQQH4="; + hash = "sha256-iUeqJ4Lf+YiSvQNy4aW1qDd0u9oFCoh0HJKgb3Z+8ZM="; }; outputs = [ No auto update branch exists There might already be an open PR for this update: - diffoscope: 257 -> 258 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291448"