latex2html: 2024 -> 2024.2

This commit is contained in:
R. Ryantm
2024-12-02 20:28:29 +00:00
parent 7746ea9889
commit e3919fff86
+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 ];