Merge pull request #210220 from r-ryantm/auto-update/latex2html

latex2html: 2022.2 -> 2023
This commit is contained in:
Weijia Wang 2023-02-25 11:01:28 +02:00 committed by GitHub
commit b3e65bf872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "latex2html";
version = "2022.2";
version = "2023";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-Vl7ozawd4Ra+yDarRpmPhjF7deJELaxo07L4/qVV4fw=";
sha256 = "sha256-VQ416ieqZ+UqI2sgsh+YPkcdn2SmtXFhPqJd1tp49EQ=";
};
buildInputs = [ ghostscript netpbm perl ];