certbot: 1.18.0 -> 1.19.0

This commit is contained in:
R. RyanTM 2021-09-08 02:45:30 +00:00
parent 371e2ff375
commit e2c8dbe58c

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "certbot";
version = "1.18.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-j+MygstaOt3TMz8rEZE5OBYVZXWtrUyIuSO+qagKrjk=";
sha256 = "sha256-tCszN+sy4Z6nOwULj9ra5/TtW4YYi32fkbMKub5i2Xk=";
};
sourceRoot = "source/${pname}";