Merge pull request #129281 from r-ryantm/auto-update/latex2html
latex2html: 2021 -> 2021.2
This commit is contained in:
commit
736a240fab
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "latex2html";
|
pname = "latex2html";
|
||||||
version = "2021";
|
version = "2021.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-n7VbK/S9EkWxb4fbIXp3tIfX7N+9bvZ/odBylqTuzUU=";
|
sha256 = "sha256-WxMB70TeN53S6PNYDUVZ7lBKw7DvKnJDiHek9/GUYcA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ghostscript netpbm perl ];
|
buildInputs = [ ghostscript netpbm perl ];
|
||||||
|
|
Loading…
Reference in a new issue