···13}:
1415mkDerivation rec {
16- version = "2.4.2.1";
17 pname = "lyx";
1819 src = fetchurl {
20 url = "ftp://ftp.lyx.org/pub/lyx/stable/2.4.x/${pname}-${version}.tar.xz";
21- hash = "sha256-HSscer45Hi+0kQneLI4Tp9/mBfJ99o9om/lH36/HpNk=";
22 };
2324 # LaTeX is used from $PATH, as people often want to have it with extra pkgs
···13}:
1415mkDerivation rec {
16+ version = "2.4.3";
17 pname = "lyx";
1819 src = fetchurl {
20 url = "ftp://ftp.lyx.org/pub/lyx/stable/2.4.x/${pname}-${version}.tar.xz";
21+ hash = "sha256-+mdh9ZilkVr1CkI90qYHBIvbxUCm1XI4X+Qi31ge6/Y=";
22 };
2324 # LaTeX is used from $PATH, as people often want to have it with extra pkgs