help2man: 1.47.16 -> 1.47.17
This commit is contained in:
parent
5953c2bc94
commit
6e437a6f40
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
# files.
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "help2man-1.47.16";
|
||||
name = "help2man-1.47.17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/help2man/${name}.tar.xz";
|
||||
sha256 = "1x586h7wvripcay35kdh2kvydx84y8yy93ffjah2rqw6bc65iy1y";
|
||||
sha256 = "sha256-2jo1xQseH4yPoyLWn6R8kBHORDqPuNHWcbHwG4sACOs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gettext perlPackages.LocaleGettext ];
|
||||
|
|
Loading…
Reference in a new issue