2023-01-02T03:29:01 certbot 1.31.0 -> 2.1.1 https://github.com/certbot/certbot/releases 2023-01-02T03:29:03 attrpath: certbot 2023-01-02T03:29:03 Checking auto update branch... 2023-01-02T03:29:03 No auto update branch exists 2023-01-02T03:29:08 [version] 2023-01-02T03:29:11 [version] updated version and sha256 2023-01-02T03:29:11 [rustCrateVersion] 2023-01-02T03:29:11 [rustCrateVersion] No cargoSha256 found 2023-01-02T03:29:11 [golangModuleVersion] 2023-01-02T03:29:11 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-02T03:29:11 [updateScript] 2023-01-02T03:29:11 [updateScript] skipping because derivation has no updateScript 2023-01-02T03:29:11 2023-01-02T03:29:11 [quotedUrls] 2023-01-02T03:29:11 [quotedUrls] nothing found to replace 2023-01-02T03:29:12 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}"; 2023-01-02T03:31:13 Python package with too many package rebuilds 720 > 25 certbot 1.28.0 -> 2.1.0 https://pypi.org/project/certbot/ attrpath: certbot Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval -f . "(let pkgs = import ./. {}; in builtins.hasAttr \"updateScript\" pkgs.certbot)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.certbot)' not found certbot 1.31.0 -> 2.1.1 https://github.com/certbot/certbot/releases attrpath: certbot Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval -f . "(let pkgs = import ./. {}; in builtins.hasAttr \"updateScript\" pkgs.certbot)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.certbot)' not found