about summary refs log tree commit diff
path: root/pkgs/tools/misc/latex2html
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-04 23:19:56 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-04 23:19:56 +0000
commit6ce99aa385d7921bbd5584e44061cf5f51daf6cc (patch)
treed9be68162129e01c66fe592edbe894dcb81b1ae2 /pkgs/tools/misc/latex2html
parent0a17f3b530f90f2f6d40a38f14d72549ddf0f873 (diff)
latex2html: 2021 -> 2021.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 5bb4f41a5de85..126d5bd4c49bf 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";
+  version = "2021.2";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-n7VbK/S9EkWxb4fbIXp3tIfX7N+9bvZ/odBylqTuzUU=";
+    sha256 = "sha256-WxMB70TeN53S6PNYDUVZ7lBKw7DvKnJDiHek9/GUYcA=";
   };
 
   buildInputs = [ ghostscript netpbm perl ];