We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 241492b + 322cf14 commit fa8b203Copy full SHA for fa8b203
1 file changed
pkgs/applications/networking/irc/weechat/default.nix
@@ -105,11 +105,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins;
105
106
stdenv.mkDerivation rec {
107
pname = "weechat";
108
- version = "4.9.3";
+ version = "4.9.4";
109
110
src = fetchurl {
111
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
112
- hash = "sha256-XH2VOfqGyZ6nalUaiJqSusIeq3uyeQ29NGRS0AsQw3w=";
+ hash = "sha256-P8UDWfOjsljJ8DFIsC87nFkZRTXRtGXEgfuFp2wu0AU=";
113
};
114
115
# Why is this needed? https://github.com/weechat/weechat/issues/2031
0 commit comments