about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-02 06:08:46 +0000
committerEric Bailey <yurrriq@users.noreply.github.com>2024-03-29 13:00:53 -0500
commit2179e629c698ed6d024bcf998847cd5652818a88 (patch)
tree8a3b4803002ba5de53cba8511059be97d5b21046 /pkgs/tools/misc
parentab279344c5a488fc2e780d8e69586383bdc86061 (diff)
latex2html: 2023.2 -> 2024
Diffstat (limited to 'pkgs/tools/misc')
-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 79b80eb3e55eb..f3cca8872b238 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 = "2023.2";
+  version = "2024";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-fn9Td4IVqlON93p3xPpQuurFQR8Rjp/sHoQG33O5GkI=";
+    sha256 = "sha256-MF+S6x+k+lkutJQ60HCxFpdR96K3AFZcP/4guK9RvsA=";
   };
 
   buildInputs = [ ghostscript netpbm perl ];