Skip to content

Commit e79eea6

Browse files
authored
Merge pull request #335302 from wahjava/update/weechat
weechat: 4.3.6 -> 4.4.1
2 parents 2789e7d + f184c8f commit e79eea6

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
@@ -36,14 +36,14 @@ let
3636
in
3737
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
3838
stdenv.mkDerivation rec {
39-
version = "4.3.6";
39+
version = "4.4.1";
4040
pname = "weechat";
4141

4242
hardeningEnable = [ "pie" ];
4343

4444
src = fetchurl {
4545
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
46-
hash = "sha256-h4sGORUy3cQPS0lUYqIX68OZJeLq3+TfhOdqMxNkfJk=";
46+
hash = "sha256-5d4L0UwqV6UFgTqDw9NyZI0tlXPccoNoV78ocXMmk2w=";
4747
};
4848

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

0 commit comments

Comments
 (0)