From 755c426d2694feaa1ac216ffc856b450983741a7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 20 Apr 2025 01:39:34 +0200 Subject: [PATCH] weechat-unwrapped: 4.5.1 -> 4.6.2 https://github.com/weechat/weechat/releases/tag/v4.5.2 https://github.com/weechat/weechat/releases/tag/v4.6.0 https://github.com/weechat/weechat/releases/tag/v4.6.1 https://github.com/weechat/weechat/releases/tag/v4.6.2 --- 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 b7c1cf74a0b1..af9d0de67b40 100644 --- a/pkgs/applications/networking/irc/weechat/default.nix +++ b/pkgs/applications/networking/irc/weechat/default.nix @@ -101,14 +101,14 @@ let in assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins; stdenv.mkDerivation rec { - version = "4.5.1"; + version = "4.6.2"; pname = "weechat"; hardeningEnable = [ "pie" ]; src = fetchurl { url = "https://weechat.org/files/src/weechat-${version}.tar.xz"; - hash = "sha256-Z8FDx7xw5om56obfZ0yan/PPRMzJzf8hvmpWHV6vxSg="; + hash = "sha256-D6AkKhgRb+J/dG27giEhgF2mu129QHUNQsYzBuSJZig="; }; # Why is this needed? https://github.com/weechat/weechat/issues/2031