python310Packages.certbot 0 -> 1 attrpath: python310Packages.certbot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lmy2n2b93bakcmdlbyb3zkhx7pzbdsb7-packages.json.drv building '/nix/store/lmy2n2b93bakcmdlbyb3zkhx7pzbdsb7-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! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/certbot/default.nix b/pkgs/development/python-modules/certbot/default.nix index c2f3c1f7915..e66435d8cc3 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.1.1"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-JDhesUU6SQBEf0CG3vo1AhlRfGpltTEUmSqrpGIpptg="; + sha256 = "sha256-fCKTDAJiulwL2SOw4bV3vu0VEsvXGF+1ry8esYori8o="; }; sourceRoot = "source/${pname}"; Python package with too many package rebuilds 721 > 25