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-02-12 01:39:29 +0000
committerEric Bailey <yurrriq@users.noreply.github.com>2022-02-14 10:10:40 -0600
commitd662eaedbffb8e127a8453850ac76b18fca45d34 (patch)
treefe8d9e2be2f8b336b2c0e53574bdd466b2293496 /pkgs/tools/misc/latex2html
parent007c8d90118b060556cebeb045b3cf1561650b1d (diff)
latex2html: 2021.2 -> 2022
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 126d5bd4c49bf..8765506ce3055 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 = "2021.2";
+  version = "2022";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-WxMB70TeN53S6PNYDUVZ7lBKw7DvKnJDiHek9/GUYcA=";
+    sha256 = "sha256-a+OFBNMtP6mDqg1k9rjDLEJhZDM+zdRpPbn3aeC+Qks=";
   };
 
   buildInputs = [ ghostscript netpbm perl ];