summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2026-01-17 17:02:01 +0000
committerGitHub <noreply@github.com>2026-01-17 17:02:01 +0000
commite0ff30e5a97f567ff56189a71b1e4273a8dacf65 (patch)
treef7ad7b834729b16fedb9f9bb80d66f2c7c0f6006
parent75a447918faf6635c56068b7d6b25e02fcb9d47c (diff)
parentcf487fa716e480199dea7e51eb80ffeb7f2ec5d1 (diff)
[Backport release-25.11] weechat-unwrapped: 4.8.0 -> 4.8.1 (#481085)
-rw-r--r--pkgs/applications/networking/irc/weechat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix
index ec774abd942d..a90c06d92890 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -105,11 +105,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins;
stdenv.mkDerivation rec {
pname = "weechat";
- version = "4.8.0";
+ version = "4.8.1";
src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
- hash = "sha256-7SjcoqsRtBwEHfYVM62LRzw+vzVEoZka1D0Iz6Zv4WU=";
+ hash = "sha256-56wfvMcUWO1keq2odHmQkFy1v7k/2MzMvCqWlnOkKFo=";
};
# Why is this needed? https://github.com/weechat/weechat/issues/2031