latex2html: 2024.2 -> 2025

This commit is contained in:
R. Ryantm
2025-01-15 04:02:32 +00:00
parent d6f326af01
commit 7f3bc71da9
+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 ];