lyx: 2.4.4 -> 2.5.1

Changelog: https://www.lyx.org/announce/2_5_0.txt
           https://www.lyx.org/announce/2_5_1.txt
This commit is contained in:
Robert Schütz
2026-06-19 11:29:48 -07:00
parent 7c513aed49
commit 020480e61e
+4 -3
View File
@@ -12,12 +12,12 @@
}:
stdenv.mkDerivation rec {
version = "2.4.4";
version = "2.5.1";
pname = "lyx";
src = fetchurl {
url = "ftp://ftp.lyx.org/pub/lyx/stable/2.4.x/${pname}-${version}.tar.xz";
hash = "sha256-/6zTdIDzIPPz+PMERf5AiX6d9EyU7oe6BBPjZAhvS5A=";
url = "ftp://ftp.lyx.org/pub/lyx/stable/2.5.x/lyx-${version}.tar.xz";
hash = "sha256-8qI4e8s/L1RsH8E+THTLT4qmSHBs5XiO9wXdUTRNLP0=";
};
# LaTeX is used from $PATH, as people often want to have it with extra pkgs
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
qtWrapperArgs = [ " --prefix PATH : ${python3}/bin" ];
meta = {
changelog = "https://www.lyx.org/announce/${lib.replaceString "." "_" version}.txt";
description = "WYSIWYM frontend for LaTeX, DocBook";
homepage = "https://www.lyx.org";
license = lib.licenses.gpl2Plus;