about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorJason O'Conal <lovek323@gmail.com>2022-05-01 09:33:46 +0930
committerGitHub <noreply@github.com>2022-05-01 09:33:46 +0930
commite41216311472a24c403dde92a2240842fe88171b (patch)
tree393ded6f7a781ac3b0639d42235aa9bec3655549 /pkgs/applications/networking/irc
parentf31124a16d08a60d9403dc6aa2f204b8167e2546 (diff)
parent934237e6be8731b561997fe6670c04ecc4bfe44a (diff)
Merge pull request #166767 from r-ryantm/auto-update/weechat
weechat-unwrapped: 3.4.1 -> 3.5
Diffstat (limited to 'pkgs/applications/networking/irc')
-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 541ad8c68f216..1b5f797e98c62 100644
--- a/pkgs/applications/networking/irc/weechat/default.nix
+++ b/pkgs/applications/networking/irc/weechat/default.nix
@@ -28,14 +28,14 @@ let
   in
     assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
     stdenv.mkDerivation rec {
-      version = "3.4.1";
+      version = "3.5";
       pname = "weechat";
 
       hardeningEnable = [ "pie" ];
 
       src = fetchurl {
         url = "https://weechat.org/files/src/weechat-${version}.tar.bz2";
-        sha256 = "sha256-TJ4JI97WiobkBxgnkUGh/XQAIlDV+PDgIxCzTqefiMw=";
+        sha256 = "sha256-8ZSa2dQPTiChGW00T5OASHmd0C2PatUtTu9Gr4CF4Oc=";
       };
 
       outputs = [ "out" "man" ] ++ map (p: p.name) enabledPlugins;