about summary refs log tree commit diff
path: root/pkgs/tools/misc/latex2html
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 16:30:22 +0000
committerEric Bailey <yurrriq@users.noreply.github.com>2022-08-15 14:24:56 -0500
commit6a4213ff8cff1b23455d47e8390482397d2988e6 (patch)
tree62c20a20f612f41fbe3b2a68704dc1e0a7fe942c /pkgs/tools/misc/latex2html
parent03c4c4f08c57806eec2f8aad875f18929b9563dc (diff)
latex2html: 2022 -> 2022.2
Diffstat (limited to 'pkgs/tools/misc/latex2html')
-rw-r--r--pkgs/tools/misc/latex2html/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/latex2html/default.nix b/pkgs/tools/misc/latex2html/default.nix
index 8765506ce3055..84bda9e684b3b 100644
--- a/pkgs/tools/misc/latex2html/default.nix
+++ b/pkgs/tools/misc/latex2html/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "latex2html";
-  version = "2022";
+  version = "2022.2";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-a+OFBNMtP6mDqg1k9rjDLEJhZDM+zdRpPbn3aeC+Qks=";
+    sha256 = "sha256-Vl7ozawd4Ra+yDarRpmPhjF7deJELaxo07L4/qVV4fw=";
   };
 
   buildInputs = [ ghostscript netpbm perl ];