From a2a5ea13c79173b25a4d209152de343253e065e7 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 12 Jul 2023 21:24:35 +0200 Subject: [PATCH] weechat: 4.0.1 -> 4.0.2 --- pkgs/applications/networking/irc/weechat/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/irc/weechat/default.nix b/pkgs/applications/networking/irc/weechat/default.nix index bc561877f51c..d9a2ed5789f5 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.0.1"; + version = "4.0.2"; pname = "weechat"; hardeningEnable = [ "pie" ]; src = fetchurl { url = "https://weechat.org/files/src/weechat-${version}.tar.xz"; - hash = "sha256-G5UzEjr0J5IrPX+r7elY3IU5LVCIHZfQt5htj1FFVuk="; + hash = "sha256-DmSO4NAkyAmUJe5g1BsnKSTsjhmADujxRBCQcIg0Ajw="; }; outputs = [ "out" "man" ] ++ map (p: p.name) enabledPlugins; @@ -86,6 +86,7 @@ let meta = { homepage = "https://weechat.org/"; + changelog = "https://weechat.org/files/doc/weechat/ChangeLog-${version}.html"; description = "A fast, light and extensible chat client"; longDescription = '' You can find more documentation as to how to customize this package