Merge pull request #241498 from r-ryantm/auto-update/linuxdoc-tools

linuxdoc-tools: 0.9.82 -> 0.9.83
This commit is contained in:
Weijia Wang 2023-07-06 10:45:22 +03:00 committed by GitHub
commit 9d1ba81d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "linuxdoc-tools";
version = "0.9.82";
version = "0.9.83";
src = fetchFromGitLab {
owner = "agmartin";
repo = "linuxdoc-tools";
rev = version;
sha256 = "17v9ilh79av4n94vk4m52aq57ykb9myffxd2qr8kb8b3xnq5d36z";
sha256 = "sha256-1F3MDYJ9UH7ypgTSfYZV59PfLirlTmw6XBMEnz5Jtyk=";
};
outputs = [ "out" "man" "doc" ];