certbot: 0.9.3 -> 0.11.1

This commit is contained in:
Robin Gloster 2017-02-14 07:54:47 +01:00
parent 449c895f31
commit 72cda1667b
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -4,13 +4,13 @@
python2Packages.buildPythonApplication rec {
name = "certbot-${version}";
version = "0.9.3";
version = "0.11.1";
src = fetchFromGitHub {
owner = "certbot";
repo = "certbot";
rev = "v${version}";
sha256 = "03yfr8vlq62l0h14qk03flrkbvbv9mc5cf6rmh37naj8jwpl8cic";
sha256 = "0f8s6wzj69gnqld6iaskmmwyg5zy5v3zwhp1n1izxixm0vhkzgrq";
};
propagatedBuildInputs = with python2Packages; [