2022-11-26T15:05:05 python310Packages.certbot 0 -> 1 2022-11-26T15:05:07 attrpath: python310Packages.certbot 2022-11-26T15:05:07 Checking auto update branch... 2022-11-26T15:05:11 [version] 2022-11-26T15:05:11 [version] skipping because derivation has updateScript 2022-11-26T15:05:11 [rustCrateVersion] 2022-11-26T15:05:11 [rustCrateVersion] No cargoSha256 found 2022-11-26T15:05:11 [golangModuleVersion] 2022-11-26T15:05:11 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-26T15:05:11 [updateScript] 2022-11-26T15:05:14 [updateScript] Success 2022-11-26T15:05:14 [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-26T15:05:14 2022-11-26T15:05:14 [quotedUrls] 2022-11-26T15:05:15 [quotedUrls] nothing found to replace 2022-11-26T15:05:15 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-26T15:06:46 Python package with too many package rebuilds 714 > 25