Skip to content

Commit 13b5419

Browse files
authored
weechat-unwrapped: 4.8.0 -> 4.8.1 (NixOS#466926)
2 parents 29a7d6e + 4fcc869 commit 13b5419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.8.0";
108+
version = "4.8.1";
109109

110110
src = fetchurl {
111111
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
112-
hash = "sha256-7SjcoqsRtBwEHfYVM62LRzw+vzVEoZka1D0Iz6Zv4WU=";
112+
hash = "sha256-56wfvMcUWO1keq2odHmQkFy1v7k/2MzMvCqWlnOkKFo=";
113113
};
114114

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

0 commit comments

Comments
 (0)