From eb16254dfda3fe90d0afbf2115d1064e76eb60df Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 7 Jun 2026 16:08:44 +0000 Subject: [PATCH] weechat-unwrapped: 4.9.1 -> 4.9.2 Changes: https://github.com/weechat/weechat/releases/tag/v4.9.2 (cherry picked from commit cd86250382d9bf261fc16b312a9c064b9200397a) --- 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 25fb22132ef7..c9e8fc153c49 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.9.1"; + version = "4.9.2"; src = fetchurl { url = "https://weechat.org/files/src/weechat-${version}.tar.xz"; - hash = "sha256-BJYLVuHdhhJ/Y8+P0Bu/93yBQvQK6KlBrD22QtMQzek="; + hash = "sha256-0TianlIb2gxOv6EI4qv4he5sUVDDhSmfXcoBgaQ6CRQ="; }; # Why is this needed? https://github.com/weechat/weechat/issues/2031