Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

lyx: 2.4.2.1 -> 2.4.3

+2 -2
+2 -2
pkgs/applications/misc/lyx/default.nix
··· 13 }: 14 15 mkDerivation rec { 16 - version = "2.4.2.1"; 17 pname = "lyx"; 18 19 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 }; 23 24 # LaTeX is used from $PATH, as people often want to have it with extra pkgs
··· 13 }: 14 15 mkDerivation rec { 16 + version = "2.4.3"; 17 pname = "lyx"; 18 19 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 }; 23 24 # LaTeX is used from $PATH, as people often want to have it with extra pkgs