git-machete 3.17.1 -> 3.17.2 https://github.com/virtuslab/git-machete/releases attrpath: git-machete 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/q45ynwlx6g4kzqy7bk8jc7yr6j4z3mdn-packages.json.drv these 3 paths will be fetched (0.96 MiB download, 3.94 MiB unpacked): /nix/store/3q7ridvxzcx6xzj7j5is05g8jdi06fdc-nixpkgs-review-2.9.1 /nix/store/6a8izgnf8csi442q0mv0rrv1ypvynmn0-nixpkgs-fmt-1.3.0 /nix/store/j1sf6d7nwy9hg3l5vif30mprxn428psi-nix-update-0.17.2 copying path '/nix/store/6a8izgnf8csi442q0mv0rrv1ypvynmn0-nixpkgs-fmt-1.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/3q7ridvxzcx6xzj7j5is05g8jdi06fdc-nixpkgs-review-2.9.1' from 'https://cache.nixos.org'... copying path '/nix/store/j1sf6d7nwy9hg3l5vif30mprxn428psi-nix-update-0.17.2' from 'https://cache.nixos.org'... building '/nix/store/q45ynwlx6g4kzqy7bk8jc7yr6j4z3mdn-packages.json.drv'... Going to be running update for following packages: - git-machete-3.17.1 Press Enter key to continue... Running update for: - git-machete-3.17.1: UPDATING ... - git-machete-3.17.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/version-management/git-machete/default.nix b/pkgs/applications/version-management/git-machete/default.nix index f1b40267d0b..900c106f912 100644 --- a/pkgs/applications/version-management/git-machete/default.nix +++ b/pkgs/applications/version-management/git-machete/default.nix @@ -12,13 +12,13 @@ buildPythonApplication rec { pname = "git-machete"; - version = "3.17.1"; + version = "3.17.2"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; - hash = "sha256-UpByKN2L0g42ProwHNRxPw6ggxyDVTUZfWRF+TpUVKc="; + hash = "sha256-Zm2ukIAFgg3EMEk6nhG5iiNCqcoMXEeKnu15zo1kyeM="; }; nativeBuildInputs = [ installShellFiles ]; 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 git-machete nix build failed. # written in by the subprocess implementations # like _posixsubprocess err_msg = err_msg.decode() except ValueError: exception_name = b'SubprocessError' hex_errno = b'0' err_msg = 'Bad exception data from child: {!r}'.format( bytes(errpipe_data)) child_exception_type = getattr( builtins, exception_name.decode('ascii'), SubprocessError) if issubclass(child_exception_type, OSError) and hex_errno: errno_num = int(hex_errno, 16) child_exec_never_called = (err_msg == "noexec") if child_exec_never_called: err_msg = "" # The error must be from chdir(cwd). err_filename = cwd else: err_filename = orig_executable if errno_num != 0: err_msg = os.strerror(errno_num) > raise child_exception_type(errno_num, err_msg, err_filename) E FileNotFoundError: [Errno 2] No such file or directory: '.git/hooks/machete-status-branch' /nix/store/6jx4nc20v3cfphlbypqid30q41i5vh5x-python3-3.10.11/lib/python3.10/subprocess.py:1863: FileNotFoundError =========================== short test summary info ============================ FAILED tests/test_status.py::TestStatus::test_status_branch_hook_output - FileNotFoundError: [Errno 2] No such file or directory: '.git/hooks/machete... ======================== 1 failed, 96 passed in 30.94s ========================= /nix/store/pgf87rgkzdbqhhsddpligy8xiwar63w8-stdenv-linux/setup: line 1594: pop_var_context: head of shell_variables not a function context