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

html-xml-utils: 8.3 -> 8.4

authored by

Bobby Rong and committed by
GitHub
07f3986f b3923b79

+2 -2
+2 -2
pkgs/tools/text/xml/html-xml-utils/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "html-xml-utils"; 5 - version = "8.3"; 5 + version = "8.4"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.w3.org/Tools/HTML-XML-utils/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-pQxNFtrWYK1nku9TvHfvqdVyl5diN3Gj/OUtjiPT0Iw="; 9 + sha256 = "sha256-QbubFOH0zWEC4/jft55xRqJMCWk4aYcxZcQhdppX0Tc="; 10 10 }; 11 11 12 12 buildInputs = [curl libiconv];