Merge pull request #220131 from r-ryantm/auto-update/html-xml-utils

html-xml-utils: 8.4 -> 8.5
This commit is contained in:
Weijia Wang 2023-03-11 19:38:39 +02:00 committed by GitHub
commit 67625503d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "html-xml-utils";
version = "8.4";
version = "8.5";
src = fetchurl {
url = "https://www.w3.org/Tools/HTML-XML-utils/${pname}-${version}.tar.gz";
sha256 = "sha256-QbubFOH0zWEC4/jft55xRqJMCWk4aYcxZcQhdppX0Tc=";
sha256 = "sha256-8gpGrE7TDQKM14R25fIPXikXqVy3vOfffxfY+z5Peec=";
};
buildInputs = [curl libiconv];