latex2html: 2024.2 -> 2025 (#373936)

This commit is contained in:
OTABI Tomoya
2025-01-23 17:05:05 +09:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "latex2html";
version = "2024.2";
version = "2025";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-4g6bX6aVPOzSHTOB9wsfIiqS0SWygFtfeUDHT13FutA=";
sha256 = "sha256-xylIU2GY/1t9mA8zJzEjHwAIlvVxZmUAUdQ/IXEy+Wg=";
};
buildInputs = [ ghostscript netpbm perl ];