certbot 2.6.0 -> 2.7.2 https://github.com/certbot/certbot/releases attrpath: certbot Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [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 dd4e5f503335..630ab1e7a3b4 100644 --- a/pkgs/development/python-modules/certbot/default.nix +++ b/pkgs/development/python-modules/certbot/default.nix @@ -27,13 +27,13 @@ buildPythonPackage rec { pname = "certbot"; - version = "2.6.0"; + version = "2.7.2"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-CbYamk1+NvcyS6w7pOjpD5lqWHCk+VJqF9R3xYxzpQk="; + hash = "sha256-uDeGW4oz8parTSWuL4hT3w1CEMPCk/9c6o4RAa+3DLY="; }; sourceRoot = "${src.name}/${pname}"; Python package with too many package rebuilds 792 > 25