man: 2.8.6.1 -> 2.8.7

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-db/versions
This commit is contained in:
R. RyanTM 2019-10-22 10:39:41 -07:00 committed by Frederik Rietdijk
parent e3e9af4d03
commit 4c5687356c

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libpipeline, db, groff, libiconv, makeWrapper, buildPackages }:
stdenv.mkDerivation rec {
name = "man-db-2.8.6.1";
name = "man-db-2.8.7";
src = fetchurl {
url = "mirror://savannah/man-db/${name}.tar.xz";
sha256 = "0a1sh5gxa16k6irzf3q2lli8m204w9ik1xm62wjgf1mzknxs4xrc";
sha256 = "09mkpvwirv9kh2pqhfq90zl7pjdl63f4w4g1x6zhhp9hjswmpkdr";
};
outputs = [ "out" "doc" ];