latex2html: 2022 -> 2022.2

This commit is contained in:
R. Ryantm 2022-07-31 16:30:22 +00:00 committed by Eric Bailey
parent 03c4c4f08c
commit 6a4213ff8c

View File

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