_7zz 0 -> 1 attrpath: _7zz 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ly0ikf2q0kxqfhjyna0xjxqd0a3b5379-packages.json.drv building '/nix/store/ly0ikf2q0kxqfhjyna0xjxqd0a3b5379-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! [quotedUrls] [quotedUrls] nothing found to replace 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 No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A _7zz nix build failed. got build log for '_7zz' from 'daemon' @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