summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky
diff options
context:
space:
mode:
authortranquillity-codes <dev@itycodes.org>2023-05-28 04:14:08 +0200
committerDavid Guibert <david.guibert@gmail.com>2023-07-12 07:55:13 +0200
commitdc1cfc59efbe07dfefcc46af6e8442f234922e6e (patch)
treee690d2947d0033aff583c4195042657c36c5bb0a /pkgs/os-specific/linux/conky
parente601e9b07aa6dd6654337639b341adfbbdbec561 (diff)
downloadnixpkgs-dc1cfc59efbe07dfefcc46af6e8442f234922e6e.tar
nixpkgs-dc1cfc59efbe07dfefcc46af6e8442f234922e6e.tar.gz
nixpkgs-dc1cfc59efbe07dfefcc46af6e8442f234922e6e.tar.bz2
nixpkgs-dc1cfc59efbe07dfefcc46af6e8442f234922e6e.tar.lz
nixpkgs-dc1cfc59efbe07dfefcc46af6e8442f234922e6e.tar.xz
nixpkgs-dc1cfc59efbe07dfefcc46af6e8442f234922e6e.tar.zst
nixpkgs-dc1cfc59efbe07dfefcc46af6e8442f234922e6e.zip
conky: lua 5.3 -> lua 5.4
Diffstat (limited to 'pkgs/os-specific/linux/conky')
-rw-r--r--pkgs/os-specific/linux/conky/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/conky/default.nix b/pkgs/os-specific/linux/conky/default.nix
index 4fdef260e21..a9ac58d13e3 100644
--- a/pkgs/os-specific/linux/conky/default.nix
+++ b/pkgs/os-specific/linux/conky/default.nix
@@ -51,7 +51,7 @@ assert luaImlib2Support    -> luaSupport && imlib2Support
 assert luaCairoSupport     -> luaSupport && toluapp != null
                                          && cairo   != null;
 assert luaCairoSupport || luaImlib2Support
-                           -> lua.luaversion == "5.3";
+                           -> lua.luaversion == "5.4";
 
 assert wirelessSupport     -> wirelesstools != null;
 assert nvidiaSupport       -> libXNVCtrl != null;