latex2html: 2024 -> 2024.2 (#361240)

This commit is contained in:
Christian Kögler
2025-01-01 23:02:57 +01:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "latex2html";
version = "2024";
version = "2024.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-MF+S6x+k+lkutJQ60HCxFpdR96K3AFZcP/4guK9RvsA=";
sha256 = "sha256-4g6bX6aVPOzSHTOB9wsfIiqS0SWygFtfeUDHT13FutA=";
};
buildInputs = [ ghostscript netpbm perl ];