summary refs log tree commit diff
path: root/pkgs/applications/misc/lyx
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-02 20:24:07 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-02 20:24:07 +0000
commit552ac65585866fe3afa8403ff98a563066a4a54b (patch)
tree33e91a783ed190de878bf2006a787329e4acf16f /pkgs/applications/misc/lyx
parent6710213c42320feb8416467d5c9b0bc2bd6f2fd2 (diff)
lyx: 2.3.5.2 -> 2.3.6
Diffstat (limited to 'pkgs/applications/misc/lyx')
-rw-r--r--pkgs/applications/misc/lyx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/lyx/default.nix b/pkgs/applications/misc/lyx/default.nix
index 34e7e145e7499..3c91587509683 100644
--- a/pkgs/applications/misc/lyx/default.nix
+++ b/pkgs/applications/misc/lyx/default.nix
@@ -3,12 +3,12 @@
 }:
 
 mkDerivation rec {
-  version = "2.3.5.2";
+  version = "2.3.6";
   pname = "lyx";
 
   src = fetchurl {
     url = "ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/${pname}-${version}.tar.xz";
-    sha256 = "1pwdh0ljd7lm5a83vsqmp4695irhig07wxa90jc23ng5gap589na";
+    sha256 = "160whjwwrmxizdakjlkf9xc86bhqfnslw47fixgqq4qhbapcxxkg";
   };
 
   # LaTeX is used from $PATH, as people often want to have it with extra pkgs