man: 2.8.7 -> 2.9.0

This commit is contained in:
R. RyanTM 2019-11-28 03:24:20 -08:00 committed by Frederik Rietdijk
parent 3e50d4a6f3
commit c93355bb4a

View File

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