2022-11-29T12:36:39 python310Packages.certbot 0 -> 1 2022-11-29T12:36:41 attrpath: python310Packages.certbot 2022-11-29T12:36:42 Checking auto update branch... 2022-11-29T12:36:46 [version] 2022-11-29T12:36:46 [version] skipping because derivation has updateScript 2022-11-29T12:36:46 [rustCrateVersion] 2022-11-29T12:36:46 [rustCrateVersion] No cargoSha256 found 2022-11-29T12:36:46 [golangModuleVersion] 2022-11-29T12:36:46 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-29T12:36:46 [updateScript] 2022-11-29T12:36:49 [updateScript] Success 2022-11-29T12:36:49 [updateScript] this derivation will be built: /nix/store/01yj4pzhml7g6v9ak5fjq0kf5y8npxv5-packages.json.drv building '/nix/store/01yj4pzhml7g6v9ak5fjq0kf5y8npxv5-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-11-29T12:36:49 2022-11-29T12:36:49 [quotedUrls] 2022-11-29T12:36:49 [quotedUrls] nothing found to replace 2022-11-29T12:36:50 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-11-29T12:38:22 Python package with too many package rebuilds 714 > 25