man-db: 2.7.3 -> 2.7.5

This commit is contained in:
William A. Kennington III 2015-11-07 18:53:06 -08:00
parent 1c72ed0ffc
commit b2b568d782

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libpipeline, db, groff }:
stdenv.mkDerivation rec {
name = "man-db-2.7.3";
name = "man-db-2.7.5";
src = fetchurl {
url = "mirror://savannah/man-db/${name}.tar.xz";
sha256 = "1shl07w3251ih6g6zx3xa3p1193difxwdz4ysnmff1v0jp4l8iwx";
sha256 = "056a3il7agfazac12yggcg4gf412yq34k065im0cpfxbcw6xskaw";
};
buildInputs = [ pkgconfig libpipeline db groff ];