We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29a7d6e + 4fcc869 commit 13b5419Copy full SHA for 13b5419
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.8.0";
+ version = "4.8.1";
109
110
src = fetchurl {
111
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
112
- hash = "sha256-7SjcoqsRtBwEHfYVM62LRzw+vzVEoZka1D0Iz6Zv4WU=";
+ hash = "sha256-56wfvMcUWO1keq2odHmQkFy1v7k/2MzMvCqWlnOkKFo=";
113
};
114
115
# Why is this needed? https://github.com/weechat/weechat/issues/2031
0 commit comments