latex2html: 2023.2 -> 2024

This commit is contained in:
R. Ryantm 2024-01-02 06:08:46 +00:00 committed by Eric Bailey
parent ab279344c5
commit 2179e629c6
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "latex2html";
version = "2023.2";
version = "2024";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-fn9Td4IVqlON93p3xPpQuurFQR8Rjp/sHoQG33O5GkI=";
sha256 = "sha256-MF+S6x+k+lkutJQ60HCxFpdR96K3AFZcP/4guK9RvsA=";
};
buildInputs = [ ghostscript netpbm perl ];