From d5992a89c67870c8843bf4898b11b5587c2b6a6b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 6 Apr 2026 13:43:40 +0000 Subject: [PATCH] weechat-unwrapped: 4.8.2 -> 4.9.0 https://github.com/weechat/weechat/releases/tag/v4.9.0 --- pkgs/applications/networking/irc/weechat/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix index 2d8920b2a7f5..efc8b1f73562 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.2"; + version = "4.9.0"; src = fetchurl { url = "https://weechat.org/files/src/weechat-${version}.tar.xz"; - hash = "sha256-fi9hnU3NKNnYaGR2NYGhtFNJn43QZSr4Y7VARaiWTWw="; + hash = "sha256-fLubJ/JafS8djEJqCPjmJe77wdPlm793WSVET3I5S28="; }; # Why is this needed? https://github.com/weechat/weechat/issues/2031