Merge pull request #43184 from r-ryantm/auto-update/mkdocs

mkdocs: 0.17.4 -> 0.17.5
This commit is contained in:
Silvan Mosberger 2018-07-10 21:54:40 +02:00 committed by GitHub
commit c5f9cd4cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ with python.pkgs;
buildPythonApplication rec {
pname = "mkdocs";
version = "0.17.4";
version = "0.17.5";
src = fetchFromGitHub {
owner = "mkdocs";
repo = "mkdocs";
rev = version;
sha256 = "1hwvy6lnqqmzjia5vqd45jx6gwd9cvf7p5vw245c0cg27zkgpazp";
sha256 = "1l1dahpwqikmww3yx2m6j2134npk8vcikg9klsmpqjpza8nigwzw";
};
postPatch = ''