python311Packages.libtmux 0 -> 1 attrpath: python311Packages.libtmux 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/93vrfh6v3fy5141i24bal7kh76jrcxig-packages.json.drv building '/nix/store/93vrfh6v3fy5141i24bal7kh76jrcxig-packages.json.drv'... Going to be running update for following packages: - python3.11-libtmux-0.31.0 Press Enter key to continue... Running update for: - python3.11-libtmux-0.31.0: UPDATING ... - python3.11-libtmux-0.31.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/libtmux/default.nix b/pkgs/development/python-modules/libtmux/default.nix index fbccd1be7363..f1637617f85a 100644 --- a/pkgs/development/python-modules/libtmux/default.nix +++ b/pkgs/development/python-modules/libtmux/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "libtmux"; - version = "0.31.0"; + version = "0.32.0"; pyproject = true; src = fetchFromGitHub { owner = "tmux-python"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-MzHS/HzEZ4vDfNRpJ9AU9vFkw7LwloltxyibxEGWRSw="; + hash = "sha256-8x98yYgA8dY9btFePDTB61gsRZeOVpnErkgJRVlYYFY="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python312Packages.libtmux: 0.31.0 -> 0.32.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292164"