summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-08 19:16:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-08 19:16:52 +0000
commit7d630c5c6b029dbde2f538d3c947d6c3730a63b5 (patch)
treefdef5c42babdd8205c4ddd7f55362d119f21519b
parentMerge pull request #241362 from RaitoBezarius/macvtap-networkd (diff)
downloadnixpkgs-7d630c5c6b029dbde2f538d3c947d6c3730a63b5.tar.gz
latex2html: 2023 -> 2023.2
-rw-r--r--pkgs/tools/misc/latex2html/default.nix4
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 ];