Merge pull request #134099 from r-ryantm/auto-update/certbot

certbot: 1.17.0 -> 1.18.0
This commit is contained in:
Robert Scott 2021-08-23 00:14:14 +01:00 committed by GitHub
commit f118101266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "certbot";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-07UfTIZUbRD19BQ0xlZXlZo/oiVLDFNq+N2pDnWwbwI=";
sha256 = "sha256-j+MygstaOt3TMz8rEZE5OBYVZXWtrUyIuSO+qagKrjk=";
};
sourceRoot = "source/${pname}";