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

latex2html: 2020 -> 2020.2
This commit is contained in:
Ryan Mulligan 2020-07-21 14:32:02 -07:00 committed by GitHub
commit 2ba2292a04
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 = "2020";
version = "2020.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0z53pdf8pvarlqb3kbdz0w2r6922mv7mcdna5qp5z24wspfmv3zn";
sha256 = "1icyl6kl60wh7cavprgbd8q6lpjwr7wn24m34kpiif7ahknhcbcm";
};
buildInputs = [ ghostscript netpbm perl ];