about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-02-03 10:38:45 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-02-03 10:43:41 +0100
commit92f1590893e1762c9d4d3b2c91ec502b338d08a1 (patch)
tree76c8e1728d77909643e2eeda9ee3b4f7a2777d13 /pkgs
parent80b13069dbd18517d8e180663ada370d1eeeb78d (diff)
downloadnixlib-92f1590893e1762c9d4d3b2c91ec502b338d08a1.tar
nixlib-92f1590893e1762c9d4d3b2c91ec502b338d08a1.tar.gz
nixlib-92f1590893e1762c9d4d3b2c91ec502b338d08a1.tar.bz2
nixlib-92f1590893e1762c9d4d3b2c91ec502b338d08a1.tar.lz
nixlib-92f1590893e1762c9d4d3b2c91ec502b338d08a1.tar.xz
nixlib-92f1590893e1762c9d4d3b2c91ec502b338d08a1.tar.zst
nixlib-92f1590893e1762c9d4d3b2c91ec502b338d08a1.zip
help2man: update from 1.46.4 to 1.46.5
Diffstat (limited to 'pkgs')
-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 9a16ec987950..2d8d4f9bcd75 100644
--- a/pkgs/development/tools/misc/help2man/default.nix
+++ b/pkgs/development/tools/misc/help2man/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, perl, gettext, LocaleGettext, makeWrapper }:
 
 stdenv.mkDerivation rec {
-  name = "help2man-1.46.4";
+  name = "help2man-1.46.5";
 
   src = fetchurl {
     url = "mirror://gnu/help2man/${name}.tar.xz";
-    sha256 = "0csn7jx7nhlrflalw1992p3l5afawlpdyjdff2q5bk5hadgz3rqs";
+    sha256 = "1gqfqgxq3qgwnldjz3i5mxvzyx2w3j042r3fw1wygic3f6327nha";
   };
 
   buildInputs = [ makeWrapper perl gettext LocaleGettext ];