2022-12-04T16:21:59 python310Packages.certbot 0 -> 1 2022-12-04T16:22:01 attrpath: python310Packages.certbot 2022-12-04T16:22:01 Checking auto update branch... 2022-12-04T16:22:06 [version] 2022-12-04T16:22:06 [version] skipping because derivation has updateScript 2022-12-04T16:22:06 [rustCrateVersion] 2022-12-04T16:22:06 [rustCrateVersion] No cargoSha256 found 2022-12-04T16:22:06 [golangModuleVersion] 2022-12-04T16:22:06 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-04T16:22:06 [updateScript] 2022-12-04T16:22:09 [updateScript] Success 2022-12-04T16:22:09 [updateScript] this derivation will be built: /nix/store/hl92qqk8isiwcr97qr725a5h29b5997q-packages.json.drv building '/nix/store/hl92qqk8isiwcr97qr725a5h29b5997q-packages.json.drv'... Going to be running update for following packages: - python3.10-certbot-1.31.0 Press Enter key to continue... Running update for: - python3.10-certbot-1.31.0: UPDATING ... - python3.10-certbot-1.31.0: DONE. Packages updated! 2022-12-04T16:22:09 2022-12-04T16:22:09 [quotedUrls] 2022-12-04T16:22:09 [quotedUrls] nothing found to replace 2022-12-04T16:22:09 Diff after rewrites: diff --git a/pkgs/development/python-modules/certbot/default.nix b/pkgs/development/python-modules/certbot/default.nix index c2f3c1f7915..085f15613d6 100644 --- a/pkgs/development/python-modules/certbot/default.nix +++ b/pkgs/development/python-modules/certbot/default.nix @@ -26,13 +26,13 @@ buildPythonPackage rec { pname = "certbot"; - version = "1.31.0"; + version = "2.0.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-JDhesUU6SQBEf0CG3vo1AhlRfGpltTEUmSqrpGIpptg="; + sha256 = "sha256-3gJ3H+MB9EU3YAgY154ZoGj23f1Fep8hg+Wjph1k03Y="; }; sourceRoot = "source/${pname}"; 2022-12-04T16:23:38 Python package with too many package rebuilds 714 > 25