about summary refs log tree commit diff
path: root/pkgs/tools/text/xml
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-05-08 14:12:47 +0800
committerGitHub <noreply@github.com>2022-05-08 14:12:47 +0800
commit07f3986fba73a2c922858fe781f2aa27cc5d9a8a (patch)
tree42105aa0611f9c2b68cf5b239627019f5fcc045e /pkgs/tools/text/xml
parentb3923b79101b9dc91e839602079442bfbfb1bd9d (diff)
parent9d1895cd2418f87c8841170a118f005059d7339c (diff)
Merge pull request #167219 from r-ryantm/auto-update/html-xml-utils
html-xml-utils: 8.3 -> 8.4
Diffstat (limited to 'pkgs/tools/text/xml')
-rw-r--r--pkgs/tools/text/xml/html-xml-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/xml/html-xml-utils/default.nix b/pkgs/tools/text/xml/html-xml-utils/default.nix
index f1ab390e481bd..741dcaad344e0 100644
--- a/pkgs/tools/text/xml/html-xml-utils/default.nix
+++ b/pkgs/tools/text/xml/html-xml-utils/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "html-xml-utils";
-  version = "8.3";
+  version = "8.4";
 
   src = fetchurl {
     url = "https://www.w3.org/Tools/HTML-XML-utils/${pname}-${version}.tar.gz";
-    sha256 = "sha256-pQxNFtrWYK1nku9TvHfvqdVyl5diN3Gj/OUtjiPT0Iw=";
+    sha256 = "sha256-QbubFOH0zWEC4/jft55xRqJMCWk4aYcxZcQhdppX0Tc=";
   };
 
   buildInputs = [curl libiconv];