weechat: 4.9.4 -> 4.9.5

(cherry picked from commit bfe94c7c84)
This commit is contained in:
Ashish SHUKLA
2026-07-26 21:18:50 +00:00
committed by github-actions[bot]
parent c9822b4fe2
commit 5b704eba19

View File

@@ -105,11 +105,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins;
stdenv.mkDerivation rec {
pname = "weechat";
version = "4.9.4";
version = "4.9.5";
src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
hash = "sha256-P8UDWfOjsljJ8DFIsC87nFkZRTXRtGXEgfuFp2wu0AU=";
hash = "sha256-OzlGEE5kU20GAjcKMOVd1aMBzI/0IBhP8KEBkm2tHRY=";
};
# Why is this needed? https://github.com/weechat/weechat/issues/2031