summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-29 14:16:10 -0700
committerobadz <obadz-git@obadz.com>2018-03-29 22:57:46 +0100
commit299eb877a72ab73eabe2d0c0e6992122d5a13b59 (patch)
tree9765fb8a0e3e0e52fbda24bd6f3a11fdf2a32c6a
parente5cc88a922e92b1c833e1c8993065c7d71c23acd (diff)
downloadnixpkgs-299eb877a72ab73eabe2d0c0e6992122d5a13b59.tar
nixpkgs-299eb877a72ab73eabe2d0c0e6992122d5a13b59.tar.gz
nixpkgs-299eb877a72ab73eabe2d0c0e6992122d5a13b59.tar.bz2
nixpkgs-299eb877a72ab73eabe2d0c0e6992122d5a13b59.tar.lz
nixpkgs-299eb877a72ab73eabe2d0c0e6992122d5a13b59.tar.xz
nixpkgs-299eb877a72ab73eabe2d0c0e6992122d5a13b59.tar.zst
nixpkgs-299eb877a72ab73eabe2d0c0e6992122d5a13b59.zip
lyx: 2.2.3 -> 2.3.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/lyx/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/lyxclient -h` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx -h` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx --help` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx -v` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx --version` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx -h` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx --help` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/.lyx-wrapped --help` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/.lyx-wrapped --version` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/lyx --help` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/lyx --version` and found version 2.3.0
- found 2.3.0 with grep in /nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0
- directory tree listing: https://gist.github.com/446d7f60ddce2b781c23ff41a2d673d1
-rw-r--r--pkgs/applications/misc/lyx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/lyx/default.nix b/pkgs/applications/misc/lyx/default.nix
index e3c4943cb2f..092ad6bf478 100644
--- a/pkgs/applications/misc/lyx/default.nix
+++ b/pkgs/applications/misc/lyx/default.nix
@@ -3,12 +3,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.2.3";
+  version = "2.3.0";
   name = "lyx-${version}";
 
   src = fetchurl {
-    url = "ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${name}.tar.xz";
-    sha256 = "0mrbr24xbdg25gd7w8g76gpmy0a10nrnz0mz47mdjwi441yfpjjg";
+    url = "ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/${name}.tar.xz";
+    sha256 = "0axri2h8xkna4mkfchfyyysbjl7s486vx80p5hzj9zgsvdm5a3ri";
   };
 
   # LaTeX is used from $PATH, as people often want to have it with extra pkgs