Merge pull request #159565 from r-ryantm/auto-update/man-db

man: 2.9.4 -> 2.10.1
This commit is contained in:
Maximilian Bosch 2022-02-20 12:45:57 +01:00 committed by GitHub
commit b862a91462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "man-db";
version = "2.9.4";
version = "2.10.1";
src = fetchurl {
url = "mirror://savannah/man-db/man-db-${version}.tar.xz";
sha256 = "sha256-tmyZ7frRatkoyIn4fPdjgCY8FgkyPCgLOp5pY/2xZ1Y=";
sha256 = "sha256-L/2PLoASL+cuYMdAyFHmo+FcmnkhGF60dSwcZygkvtY=";
};
outputs = [ "out" "doc" ];