diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-07-08 19:16:52 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-07-08 19:16:52 +0000 |
| commit | 7d630c5c6b029dbde2f538d3c947d6c3730a63b5 (patch) | |
| tree | fdef5c42babdd8205c4ddd7f55362d119f21519b | |
| parent | Merge pull request #241362 from RaitoBezarius/macvtap-networkd (diff) | |
| download | nixpkgs-7d630c5c6b029dbde2f538d3c947d6c3730a63b5.tar.gz | |
latex2html: 2023 -> 2023.2
| -rw-r--r-- | pkgs/tools/misc/latex2html/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/latex2html/default.nix b/pkgs/tools/misc/latex2html/default.nix index a3fbd6a7fc07..79b80eb3e55e 100644 --- a/pkgs/tools/misc/latex2html/default.nix +++ b/pkgs/tools/misc/latex2html/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "latex2html"; - version = "2023"; + version = "2023.2"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - sha256 = "sha256-VQ416ieqZ+UqI2sgsh+YPkcdn2SmtXFhPqJd1tp49EQ="; + sha256 = "sha256-fn9Td4IVqlON93p3xPpQuurFQR8Rjp/sHoQG33O5GkI="; }; buildInputs = [ ghostscript netpbm perl ]; |
