about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-01-21 11:09:32 +0100
committerNaïm Favier <n@monade.li>2024-01-21 11:09:32 +0100
commit0f9615ef9e70a46698076ac1b5c3cd0f7913c0c9 (patch)
treec6f02f46008fa4088cb0f0becb12022554deecc0 /pkgs/applications/networking
parent46fa7b9abe7e729f80ee514a6f1cb5205f4aedec (diff)
weechat-unwrapped: 4.1.3 -> 4.2.0
https://github.com/weechat/weechat/releases/tag/v4.2.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/irc/weechat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix
index f32fbcdfbca22..108c6848ed277 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -36,14 +36,14 @@ let
   in
     assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
     stdenv.mkDerivation rec {
-      version = "4.1.3";
+      version = "4.2.0";
       pname = "weechat";
 
       hardeningEnable = [ "pie" ];
 
       src = fetchurl {
         url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
-        hash = "sha256-2x5XvXeG1mhZZm0wawZGuq0zcjgxmgBTYq0NeGFXEO8=";
+        hash = "sha256-Mvam8hP7Y025MeKrjwGtuam1Dnf6ocUsoRbvoyBXWko=";
       };
 
       # Why is this needed? https://github.com/weechat/weechat/issues/2031