tmuxp 0 -> 1 attrpath: tmuxp 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/ahr3v00bmmxw40ppycbs2gq0dfynnbqp-packages.json.drv building '/nix/store/ahr3v00bmmxw40ppycbs2gq0dfynnbqp-packages.json.drv'... Going to be running update for following packages: - tmuxp-1.39.0 Press Enter key to continue... Running update for: - tmuxp-1.39.0: UPDATING ... - tmuxp-1.39.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix index b61f0bddaa26..37faf47f02a9 100644 --- a/pkgs/tools/misc/tmuxp/default.nix +++ b/pkgs/tools/misc/tmuxp/default.nix @@ -2,12 +2,12 @@ python3Packages.buildPythonApplication rec { pname = "tmuxp"; - version = "1.39.0"; + version = "1.43.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-E8Q1uCV3kl4rYg/bzwjk3CNQU/uP9lEZzSqcOFkLrY0="; + hash = "sha256-SbMZpMrcOGNzEqa/2x0OtgC2/fhKp8Prs8Hspy3I3tA="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.39.0" not present in master derivation file with contents: { lib, python3Packages, fetchPypi, installShellFiles }: python3Packages.buildPythonApplication rec { pname = "tmuxp"; version = "1.43.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-SbMZpMrcOGNzEqa/2x0OtgC2/fhKp8Prs8Hspy3I3tA="; }; nativeBuildInputs = [ python3Packages.poetry-core python3Packages.shtab installShellFiles ]; propagatedBuildInputs = with python3Packages; [ click colorama kaptan libtmux ]; # No tests in archive doCheck = false; postInstall = '' installShellCompletion --cmd tmuxp \ --bash <(shtab --shell=bash -u tmuxp.cli.create_parser) \ --zsh <(shtab --shell=zsh -u tmuxp.cli.create_parser) ''; meta = with lib; { description = "tmux session manager"; homepage = "https://tmuxp.git-pull.com/"; changelog = "https://github.com/tmux-python/tmuxp/raw/v${version}/CHANGES"; license = licenses.mit; maintainers = with maintainers; [ peterhoeg otavio ]; mainProgram = "tmuxp"; }; }