summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-01-11 15:28:47 -0800
committerGitHub <noreply@github.com>2022-01-12 00:28:47 +0100
commit6c284f51782d75088e11eb56129c78387e91a76a (patch)
tree523b5068f0fb69942ef489db3c51201b86a42ee1 /pkgs/tools/text
parentc5070b61b2b2065b144a64bccfa989fadae652a4 (diff)
downloadnixpkgs-6c284f51782d75088e11eb56129c78387e91a76a.tar
nixpkgs-6c284f51782d75088e11eb56129c78387e91a76a.tar.gz
nixpkgs-6c284f51782d75088e11eb56129c78387e91a76a.tar.bz2
nixpkgs-6c284f51782d75088e11eb56129c78387e91a76a.tar.lz
nixpkgs-6c284f51782d75088e11eb56129c78387e91a76a.tar.xz
nixpkgs-6c284f51782d75088e11eb56129c78387e91a76a.tar.zst
nixpkgs-6c284f51782d75088e11eb56129c78387e91a76a.zip
html-xml-utils: 8.0 -> 8.1
(#152848)
Diffstat (limited to 'pkgs/tools/text')
-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 96aa01abe6d..ab573dfd7a1 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.0";
+  version = "8.1";
 
   src = fetchurl {
     url = "https://www.w3.org/Tools/HTML-XML-utils/${pname}-${version}.tar.gz";
-    sha256 = "sha256-dJBZkGwzHCx/us7uAkZiRaI3uRvUCN/485bQc0oGCuI=";
+    sha256 = "sha256-23SCNQpo0udPbCpuF9hxugbJQQHs4edKNX6nghu0Ges=";
   };
 
   buildInputs = [curl libiconv];