Merge pull request #129994 from r-ryantm/auto-update/html-tidy

html-tidy: 5.7.28 -> 5.8.0
This commit is contained in:
Maximilian Bosch 2021-07-12 23:36:42 +02:00 committed by GitHub
commit f3854ab96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "html-tidy";
version = "5.7.28";
version = "5.8.0";
src = fetchFromGitHub {
owner = "htacg";
repo = "tidy-html5";
rev = version;
sha256 = "sha256-Tny53PtaQWAMAEjqw4tKnmGURfZhhwFQNCJr9jjWZQY=";
sha256 = "sha256-ZMz0NySxzX2XHiqB8f5asvwjIG6kdIcq8Gb3EbAxBaU=";
};
nativeBuildInputs = [ cmake libxslt/*manpage*/ ];