Merge pull request #50094 from r-ryantm/auto-update/help2man
help2man: 1.47.7 -> 1.47.8
This commit is contained in:
commit
b26151d58c
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, perl, gettext, LocaleGettext }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "help2man-1.47.7";
|
||||
name = "help2man-1.47.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/help2man/${name}.tar.xz";
|
||||
sha256 = "03gckfr2980qn319c02vflq7d75vq2qdkxrw80kb9g84xn48wnsq";
|
||||
sha256 = "1p5830h88cx0zn0snwaj0vpph81xicpsirfwlxmcgjrlmn0nm3sj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gettext LocaleGettext ];
|
||||
|
|
Loading…
Reference in a new issue