help2man: 1.47.8 -> 1.47.9

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 2019-03-23 15:15:19 -07:00
parent 2cc6444113
commit 255756e7da

View File

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