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

latex2html: 2021 -> 2021.2
This commit is contained in:
Maximilian Bosch 2021-07-05 20:26:43 +02:00 committed by GitHub
commit 736a240fab
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 = "2021";
version = "2021.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-n7VbK/S9EkWxb4fbIXp3tIfX7N+9bvZ/odBylqTuzUU=";
sha256 = "sha256-WxMB70TeN53S6PNYDUVZ7lBKw7DvKnJDiHek9/GUYcA=";
};
buildInputs = [ ghostscript netpbm perl ];