about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2021-09-04 20:24:32 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2021-09-04 20:24:32 +0530
commit5e6a41c43c5153313612197798c9a673ae4a32ab (patch)
tree374668dc0d57f60f703af56430f15581a355dc71 /pkgs/applications/networking/irc
parent4194d02deb6c3bd60dffe752b4b788570553a649 (diff)
weechat: 3.2 -> 3.2.1
https://github.com/weechat/weechat/releases/tag/v3.2.1
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 69fca696d4db4..e22ad0b774e6f 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.2";
+      version = "3.2.1";
       pname = "weechat";
 
       hardeningEnable = [ "pie" ];
 
       src = fetchurl {
         url = "https://weechat.org/files/src/weechat-${version}.tar.bz2";
-        sha256 = "0pck4lczkk52mgwa1n0habp1xqi9xsgsh5q6bbsjmdbandvy5vc8";
+        sha256 = "sha256-gtFskJoJLw7cqLao46LRUcZobOtzgwUOiKf7I4OiJAQ=";
       };
 
       patches = [