Merge pull request #160309 from r-ryantm/auto-update/help2man

help2man: 1.48.5 -> 1.49.1
This commit is contained in:
Maximilian Bosch 2022-02-20 12:42:44 +01:00 committed by GitHub
commit dfbed792e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "help2man";
version = "1.48.5";
version = "1.49.1";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-ZznkyqQuau0zmb5Dh8p5OZZAlnM06RcohjuOqpIlgr4=";
sha256 = "sha256-/ZmmZOxL6ahqDdiXGZifFPNnqcB5110OHXHhinu1GwM=";
};
strictDeps = true;