File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/applications/networking/irc/weechat Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 lib ,
55 ncurses ,
66 openssl ,
7- aspell ,
87 cjson ,
8+ enchant ,
99 gnutls ,
1010 gettext ,
1111 zlib ,
2121 guileSupport ? true ,
2222 guile ,
2323 luaSupport ? true ,
24- lua5 ,
24+ lua5_3 ,
2525 perlSupport ? true ,
2626 perl ,
2727 pythonSupport ? true ,
7676 name = "lua" ;
7777 enabled = luaSupport ;
7878 cmakeFlag = "ENABLE_LUA" ;
79- buildInputs = [ lua5 ] ;
79+ buildInputs = [ lua5_3 ] ;
8080 }
8181 {
8282 name = "python" ;
@@ -105,11 +105,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins;
105105
106106stdenv . mkDerivation rec {
107107 pname = "weechat" ;
108- version = "4.7.2 " ;
108+ version = "4.8.0 " ;
109109
110110 src = fetchurl {
111111 url = "https://weechat.org/files/src/weechat-${ version } .tar.xz" ;
112- hash = "sha256-ZmJL2QWm21igiTv73du4+kF7l6q0qa+MFA4LKc66JWk =" ;
112+ hash = "sha256-7SjcoqsRtBwEHfYVM62LRzw+vzVEoZka1D0Iz6Zv4WU =" ;
113113 } ;
114114
115115 # Why is this needed? https://github.com/weechat/weechat/issues/2031
@@ -144,8 +144,8 @@ stdenv.mkDerivation rec {
144144 buildInputs = [
145145 ncurses
146146 openssl
147- aspell
148147 cjson
148+ enchant
149149 gnutls
150150 gettext
151151 zlib
You can’t perform that action at this time.
0 commit comments