about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-19 18:02:08 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-19 18:02:08 +0000
commit5821cd7c063f4a97e625938505cfc93e31f9720c (patch)
tree33e42f77e225fedfda1f236ef98a7b3421e1a6de
parent7de82fbe61b3fd1854fc4a89a1ab4ed6fad812e3 (diff)
latex2html: 2020.2 -> 2021
-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 6f532533f99d0..5bb4f41a5de85 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 = "2020.2";
+  version = "2021";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "1icyl6kl60wh7cavprgbd8q6lpjwr7wn24m34kpiif7ahknhcbcm";
+    sha256 = "sha256-n7VbK/S9EkWxb4fbIXp3tIfX7N+9bvZ/odBylqTuzUU=";
   };
 
   buildInputs = [ ghostscript netpbm perl ];