aboutsummaryrefslogtreecommitdiff
path: root/pkgs/data/documentation
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-02 14:14:52 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-02 14:14:52 -0700
commit4d7d53c78a1e5a932cb9507975672f5addc72586 (patch)
treefc78c76b15a5b34f624c89843c4bd5d4802aeae8 /pkgs/data/documentation
parent0c17b7521060f731322117fde54caecdffa5db90 (diff)
man-pages: 4.15 -> 4.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/man-pages/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - directory tree listing: https://gist.github.com/15b3577e7c69b230dc911f5a85a66cc8
Diffstat (limited to 'pkgs/data/documentation')
-rw-r--r--pkgs/data/documentation/man-pages/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/documentation/man-pages/default.nix b/pkgs/data/documentation/man-pages/default.nix
index ec58dfd77492..d050a15cb794 100644
--- a/pkgs/data/documentation/man-pages/default.nix
+++ b/pkgs/data/documentation/man-pages/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "man-pages-${version}";
- version = "4.15";
+ version = "4.16";
src = fetchurl {
url = "mirror://kernel/linux/docs/man-pages/${name}.tar.xz";
- sha256 = "01n1rq1kvambax85xamriawbga94mh63s5mgjmjljjgf50m7yw6f";
+ sha256 = "1d2d6llazg3inwjiz22cn46mbm5ydpbyh9qb55z4j3nm4w6wrzs7";
};
makeFlags = [ "MANDIR=$(out)/share/man" ];