about summary refs log tree commit diff
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 06:08:50 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 06:08:50 -0800
commiteb36e7187d74bbd5d78552a8912d02ff64d375de (patch)
tree387ded1017820fd9f68fc9bfe5b28ce77b205076 /pkgs/development/tools/documentation
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixlib-eb36e7187d74bbd5d78552a8912d02ff64d375de.tar
nixlib-eb36e7187d74bbd5d78552a8912d02ff64d375de.tar.gz
nixlib-eb36e7187d74bbd5d78552a8912d02ff64d375de.tar.bz2
nixlib-eb36e7187d74bbd5d78552a8912d02ff64d375de.tar.lz
nixlib-eb36e7187d74bbd5d78552a8912d02ff64d375de.tar.xz
nixlib-eb36e7187d74bbd5d78552a8912d02ff64d375de.tar.zst
nixlib-eb36e7187d74bbd5d78552a8912d02ff64d375de.zip
mkdocs: 0.16.3 -> 0.17.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2/bin/.mkdocs-wrapped -h` got 0 exit code
- ran `/nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2/bin/.mkdocs-wrapped --help` got 0 exit code
- ran `/nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2/bin/.mkdocs-wrapped -V` and found version 0.17.2
- ran `/nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2/bin/.mkdocs-wrapped --version` and found version 0.17.2
- ran `/nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2/bin/mkdocs -h` got 0 exit code
- ran `/nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2/bin/mkdocs --help` got 0 exit code
- ran `/nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2/bin/mkdocs -V` and found version 0.17.2
- ran `/nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2/bin/mkdocs --version` and found version 0.17.2
- found 0.17.2 with grep in /nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2
- found 0.17.2 in filename of file in /nix/store/hndrgmyp176jgfgy4iyf0wdf21hhbdwv-mkdocs-0.17.2
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/mkdocs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/documentation/mkdocs/default.nix b/pkgs/development/tools/documentation/mkdocs/default.nix
index 144bd059634f..b6daade32e78 100644
--- a/pkgs/development/tools/documentation/mkdocs/default.nix
+++ b/pkgs/development/tools/documentation/mkdocs/default.nix
@@ -4,14 +4,14 @@ with python.pkgs;
 
 buildPythonApplication rec {
   pname = "mkdocs";
-  version = "0.16.3";
+  version = "0.17.2";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     owner = "mkdocs";
     repo = "mkdocs";
     rev = version;
-    sha256 = "0gssa5gbd1y2v3azdhf2zh7ayx4ncfag4r2a6fi96jbic64r3qrs";
+    sha256 = "0hpjs9qj0nr57a249yv8xvl61d3d2rrdfqxp1fm28z77l2xjj772";
   };
 
   checkInputs = [