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

certbot: 1.6.0 -> 1.7.0
This commit is contained in:
Robert Scott 2020-09-01 22:58:21 +01:00 committed by GitHub
commit a092c1ece7
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.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1y0m5qm853i6pcpb2mrf8kjkr9wr80mdrx1qmck38ayvr2v2p5lc";
sha256 = "1fx29gsa3glwh0ik5k2gynwdz6i3ckq9aakf6ip92n3qyh6l08a8";
};
sourceRoot = "source/${pname}";