python311Packages.aiodhcpwatcher 0 -> 1 attrpath: python311Packages.aiodhcpwatcher 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/8bv0aqpcl8yq8hi6x550vrbkwnzxv82f-packages.json.drv building '/nix/store/8bv0aqpcl8yq8hi6x550vrbkwnzxv82f-packages.json.drv'... Going to be running update for following packages: - python3.11-aiodhcpwatcher-0.8.0 Press Enter key to continue... Running update for: - python3.11-aiodhcpwatcher-0.8.0: UPDATING ... - python3.11-aiodhcpwatcher-0.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiodhcpwatcher/default.nix b/pkgs/development/python-modules/aiodhcpwatcher/default.nix index 9a860cfb832c..bf91f040c779 100644 --- a/pkgs/development/python-modules/aiodhcpwatcher/default.nix +++ b/pkgs/development/python-modules/aiodhcpwatcher/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "aiodhcpwatcher"; - version = "0.8.0"; + version = "1.0.1"; pyproject = true; src = fetchFromGitHub { owner = "bdraco"; repo = "aiodhcpwatcher"; - rev = "v${version}"; - hash = "sha256-zZigXYUDSbXjlH810CgLa56xWYKcStBeKUbgsZ5WjOw="; + rev = "refs/tags/v${version}"; + hash = "sha256-0of+no92s9SEKG1tc9lFlWR8f5Jnf3C723goQViB6+A="; }; postPatch = '' No auto update branch exists Python package with too many package rebuilds 814 > 25