Skip to content

Commit fa8b203

Browse files
authored
[Backport release-26.05] weechat: 4.9.3 -> 4.9.4 (#544015)
2 parents 241492b + 322cf14 commit fa8b203

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/networking/irc/weechat/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins;
105105

106106
stdenv.mkDerivation rec {
107107
pname = "weechat";
108-
version = "4.9.3";
108+
version = "4.9.4";
109109

110110
src = fetchurl {
111111
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
112-
hash = "sha256-XH2VOfqGyZ6nalUaiJqSusIeq3uyeQ29NGRS0AsQw3w=";
112+
hash = "sha256-P8UDWfOjsljJ8DFIsC87nFkZRTXRtGXEgfuFp2wu0AU=";
113113
};
114114

115115
# Why is this needed? https://github.com/weechat/weechat/issues/2031

0 commit comments

Comments
 (0)