latex2html: 2021.2 -> 2022

This commit is contained in:
R. Ryantm 2022-02-12 01:39:29 +00:00 committed by Eric Bailey
parent 007c8d9011
commit d662eaedbf

View File

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