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

latex2html: 2019.2 -> 2020
This commit is contained in:
Maximilian Bosch 2020-02-01 09:30:03 +01:00 committed by GitHub
commit 56dd9559dd
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 = "2019.2";
version = "2020";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1bcdhbaxf334wlxzkw5samj2y2q173709y0km3x8xs4bbh70ds6c";
sha256 = "0z53pdf8pvarlqb3kbdz0w2r6922mv7mcdna5qp5z24wspfmv3zn";
};
buildInputs = [ ghostscript netpbm perl ];