Skip to content

Commit 80d58a5

Browse files
authored
weechat-unwrapped: 4.7.2 -> 4.8.0 (NixOS#466618)
2 parents 176e468 + 2fa82ea commit 80d58a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/applications/networking/irc/weechat/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
lib,
55
ncurses,
66
openssl,
7-
aspell,
87
cjson,
8+
enchant,
99
gnutls,
1010
gettext,
1111
zlib,
@@ -21,7 +21,7 @@
2121
guileSupport ? true,
2222
guile,
2323
luaSupport ? true,
24-
lua5,
24+
lua5_3,
2525
perlSupport ? true,
2626
perl,
2727
pythonSupport ? true,
@@ -76,7 +76,7 @@ let
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

106106
stdenv.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

0 commit comments

Comments
 (0)