python310Packages.total-connect-client 0 -> 1 attrpath: python310Packages.total-connect-client 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/qgh3qgfjibprjlkjn0dziqf49v1my57z-packages.json.drv building '/nix/store/qgh3qgfjibprjlkjn0dziqf49v1my57z-packages.json.drv'... Going to be running update for following packages: - python3.10-total-connect-client-2022.10 Press Enter key to continue... Running update for: - python3.10-total-connect-client-2022.10: UPDATING ... - python3.10-total-connect-client-2022.10: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/total-connect-client/default.nix b/pkgs/development/python-modules/total-connect-client/default.nix index 9c6396d55c1..465430b0039 100644 --- a/pkgs/development/python-modules/total-connect-client/default.nix +++ b/pkgs/development/python-modules/total-connect-client/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "total-connect-client"; - version = "2022.10"; + version = "2023.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -16,8 +16,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "craigjmidwinter"; repo = "total-connect-client"; - rev = version; - hash = "sha256-HNX+8TIfXOEy4KCmOjsNvOvLBdF8iQT0NJLBDD+XWsA="; + rev = "refs/tags/${version}"; + hash = "sha256-BZEL/cIAeiwxQor3TbzY8cJ08PYSkXxMl/4XkIEXncg="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python310Packages.total-connect-client: 2022.10 -> 2023.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/211465"