Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2ae43f84fe0b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63d0579ec459
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 5, 2020

  1. lyx: 2.3.5.1 -> 2.3.5.2

    r-ryantm committed Jul 5, 2020
    Copy the full SHA
    4742da0 View commit details

Commits on Jul 11, 2020

  1. Copy the full SHA
    63d0579 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/lyx/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/lyx/default.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
}:

mkDerivation rec {
version = "2.3.5.1";
version = "2.3.5.2";
pname = "lyx";

src = fetchurl {
url = "ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/${pname}-${version}.tar.xz";
sha256 = "0mv32s26igm0pd8vs7d2mk1240dpr83y0a2wyh3xz6b67ph0w157";
sha256 = "1pwdh0ljd7lm5a83vsqmp4695irhig07wxa90jc23ng5gap589na";
};

# LaTeX is used from $PATH, as people often want to have it with extra pkgs