about summary refs log tree commit diff
path: root/pkgs/applications/misc/lyx
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-20 04:52:31 +0000
committertomberek <tomberek@users.noreply.github.com>2021-02-26 01:05:27 -0500
commit5f621580dedeba1fe1f4a35c6db1d2b76e95f180 (patch)
tree7ebaf1a69245060e932eca6f8d2dae4bc5737c01 /pkgs/applications/misc/lyx
parent5dab7824e9a1fbf844b8f1dea618b81c083fec57 (diff)
lyx: 2.3.6 -> 2.3.6.1
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 800de77f1c573..7cab86df96719 100644
--- a/pkgs/applications/misc/lyx/default.nix
+++ b/pkgs/applications/misc/lyx/default.nix
@@ -3,12 +3,12 @@
 }:
 
 mkDerivation rec {
-  version = "2.3.6";
+  version = "2.3.6.1";
   pname = "lyx";
 
   src = fetchurl {
     url = "ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/${pname}-${version}.tar.xz";
-    sha256 = "160whjwwrmxizdakjlkf9xc86bhqfnslw47fixgqq4qhbapcxxkg";
+    sha256 = "sha256-xr7SYzQZiY4Bp8w1AxDX2TS/WRyrcln8JYGqTADq+ng=";
   };
 
   # LaTeX is used from $PATH, as people often want to have it with extra pkgs