Commit 2179e629 authored by R. RyanTM's avatar R. RyanTM Committed by Eric Bailey
Browse files

latex2html: 2023.2 -> 2024

parent ab279344
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];