html-xml-utils: 8.4 -> 8.5

This commit is contained in:
R. Ryantm 2023-03-08 10:37:48 +00:00
parent a36fdb523f
commit b049df0060

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];