summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-08 18:16:34 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 07:58:39 -0800
commit928dbcf01dfe491ae0e9f3ff07ab46095e049c28 (patch)
treec195dee502f99fa9f3d25b7416e5915ed4f2d0cb
parentc69d8bf5e606915820b30d6db8fa9dfa39766f67 (diff)
downloadnixpkgs-928dbcf01dfe491ae0e9f3ff07ab46095e049c28.tar
nixpkgs-928dbcf01dfe491ae0e9f3ff07ab46095e049c28.tar.gz
nixpkgs-928dbcf01dfe491ae0e9f3ff07ab46095e049c28.tar.bz2
nixpkgs-928dbcf01dfe491ae0e9f3ff07ab46095e049c28.tar.lz
nixpkgs-928dbcf01dfe491ae0e9f3ff07ab46095e049c28.tar.xz
nixpkgs-928dbcf01dfe491ae0e9f3ff07ab46095e049c28.tar.zst
nixpkgs-928dbcf01dfe491ae0e9f3ff07ab46095e049c28.zip
help2man: 1.47.5 -> 1.47.6
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/3qw4v9wzqzk8kljaln8r0p7s0g8msyj2-help2man-1.47.6/bin/help2man --help` got 0 exit code
- ran `/nix/store/3qw4v9wzqzk8kljaln8r0p7s0g8msyj2-help2man-1.47.6/bin/help2man --version` and found version 1.47.6
- found 1.47.6 with grep in /nix/store/3qw4v9wzqzk8kljaln8r0p7s0g8msyj2-help2man-1.47.6
- found 1.47.6 in filename of file in /nix/store/3qw4v9wzqzk8kljaln8r0p7s0g8msyj2-help2man-1.47.6
-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 6e341b577cf..cdbdd8b2cf9 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.5";
+  name = "help2man-1.47.6";
 
   src = fetchurl {
     url = "mirror://gnu/help2man/${name}.tar.xz";
-    sha256 = "1cb14kp380jzk1yi4i7x9d8qplc8c5mgcbgycgs9ggpx34jhp9kw";
+    sha256 = "0vz4dlrvy4vc6l7w0a7n668pfa0rdm73wr2gar58wqranyah46yr";
   };
 
   nativeBuildInputs = [ makeWrapper gettext LocaleGettext ];