help2man: 1.47.7 -> 1.47.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/help2man/versions
This commit is contained in:
R. RyanTM 2018-11-09 16:32:58 -08:00
parent a054d74507
commit ea6d48d4be

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, gettext, LocaleGettext }: { stdenv, fetchurl, perl, gettext, LocaleGettext }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "help2man-1.47.7"; name = "help2man-1.47.8";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/help2man/${name}.tar.xz"; url = "mirror://gnu/help2man/${name}.tar.xz";
sha256 = "03gckfr2980qn319c02vflq7d75vq2qdkxrw80kb9g84xn48wnsq"; sha256 = "1p5830h88cx0zn0snwaj0vpph81xicpsirfwlxmcgjrlmn0nm3sj";
}; };
nativeBuildInputs = [ gettext LocaleGettext ]; nativeBuildInputs = [ gettext LocaleGettext ];