about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/help2man
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-11-21 21:56:14 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-03 01:50:42 +0200
commit6ebb1354e639700ed9b7f9c18af1f3a09e947d3b (patch)
tree0d9adf1fd67cdef46a8f94d82c534423d49ce161 /pkgs/development/tools/misc/help2man
parent58307d15a7e9ff88c21baca1b09bed07919babbd (diff)
help2man: 1.47.4 -> 1.47.5
Diffstat (limited to 'pkgs/development/tools/misc/help2man')
-rw-r--r--pkgs/development/tools/misc/help2man/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/help2man/default.nix b/pkgs/development/tools/misc/help2man/default.nix
index ada2dd1a89a12..6e341b577cfbc 100644
--- a/pkgs/development/tools/misc/help2man/default.nix
+++ b/pkgs/development/tools/misc/help2man/default.nix
@@ -1,11 +1,11 @@
 { stdenv, hostPlatform, fetchurl, perl, gettext, LocaleGettext, makeWrapper }:
 
 stdenv.mkDerivation rec {
-  name = "help2man-1.47.4";
+  name = "help2man-1.47.5";
 
   src = fetchurl {
     url = "mirror://gnu/help2man/${name}.tar.xz";
-    sha256 = "0lvp4306f5nq08f3snffs5pp1zwv8l35z6f5g0dds51zs6bzdv6l";
+    sha256 = "1cb14kp380jzk1yi4i7x9d8qplc8c5mgcbgycgs9ggpx34jhp9kw";
   };
 
   nativeBuildInputs = [ makeWrapper gettext LocaleGettext ];