2022-12-09T15:13:49 _7zz 0 -> 1 2022-12-09T15:13:51 attrpath: _7zz 2022-12-09T15:13:51 Checking auto update branch... 2022-12-09T15:13:54 [version] 2022-12-09T15:13:54 [version] skipping because derivation has updateScript 2022-12-09T15:13:54 [rustCrateVersion] 2022-12-09T15:13:54 [rustCrateVersion] No cargoSha256 found 2022-12-09T15:13:54 [golangModuleVersion] 2022-12-09T15:13:54 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-09T15:13:54 [updateScript] 2022-12-09T15:14:15 [updateScript] Success 2022-12-09T15:14:15 [updateScript] this derivation will be built: /nix/store/9jnz7xxrphf8n2n8pq0bfcxispbx27fq-packages.json.drv building '/nix/store/9jnz7xxrphf8n2n8pq0bfcxispbx27fq-packages.json.drv'... Going to be running update for following packages: - 7zz-22.01 Press Enter key to continue... Running update for: - 7zz-22.01: UPDATING ... - 7zz-22.01: DONE. Packages updated! 2022-12-09T15:14:15 2022-12-09T15:14:15 [quotedUrls] 2022-12-09T15:14:15 [quotedUrls] nothing found to replace 2022-12-09T15:14:15 Diff after rewrites: diff --git a/pkgs/tools/archivers/7zz/default.nix b/pkgs/tools/archivers/7zz/default.nix index 150230f775a..df6e3b89444 100644 --- a/pkgs/tools/archivers/7zz/default.nix +++ b/pkgs/tools/archivers/7zz/default.nix @@ -26,13 +26,13 @@ let in stdenv.mkDerivation rec { pname = "7zz"; - version = "22.01"; + version = "22.00"; src = fetchurl { url = "https://7-zip.org/a/7z${lib.replaceStrings [ "." ] [ "" ] version}-src.tar.xz"; hash = { - free = "sha256-mp3cFXOEiVptkUdD1+X8XxwoJhBGs+Ns5qk3HBByfLg="; - unfree = "sha256-OTCYcwxwBCOSr4CJF+dllF3CQ33ueq48/MSWbrkg+8U="; + free = "sha256-QzGZgPxHobGwstFfVRtb4V+hqMM7dMIy2/EZcJ2aZe8="; + unfree = "sha256-QJafYB6Gr/Saqgug31zm/Tl89+JoOoS1kbAIHkYe9nU="; }.${if enableUnfree then "unfree" else "free"}; downloadToTemp = (!enableUnfree); # remove the unRAR related code from the src drv 2022-12-09T15:15:42 No auto update branch exists 2022-12-09T15:15:45 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A _7zz nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/d0i8c84p51yb0wr40xyd1ypb37mbwdm7-7z2200-src.tar.xz source root is . @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/hbwaia3priyggcxjqwv4381pymbl7018-fix-build-on-darwin.patch patching file CPP/7zip/Common/FileStreams.cpp Hunk #1 FAILED at 12. 1 out of 1 hunk FAILED -- saving rejects to file CPP/7zip/Common/FileStreams.cpp.rej patching file CPP/7zip/UI/Common/UpdateCallback.cpp Hunk #1 FAILED at 9. 1 out of 1 hunk FAILED -- saving rejects to file CPP/7zip/UI/Common/UpdateCallback.cpp.rej