about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristoph Hrdinka <c.github@hrdinka.at>2021-11-16 12:51:49 +0100
committerGitHub <noreply@github.com>2021-11-16 12:51:49 +0100
commitf2946a51b89be15f0950631f23be3ab011816dee (patch)
tree0698e38224f108387778acae395be82f954e8426
parent17afe8612b9911d6de054ce0e1470b07752bb40c (diff)
parent6a6cd8cb50723d17a9d710923443f03dd8932468 (diff)
Merge pull request #136106 from szlend/znc-clientbuffer-2021-05-30
zncModules.clientbuffer: 2020-04-24 -> 2021-05-30
-rw-r--r--pkgs/applications/networking/znc/modules.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/znc/modules.nix b/pkgs/applications/networking/znc/modules.nix
index ddd94bff522aa..1620c2878eeae 100644
--- a/pkgs/applications/networking/znc/modules.nix
+++ b/pkgs/applications/networking/znc/modules.nix
@@ -43,14 +43,14 @@ in
 
   clientbuffer = zncDerivation rec {
     pname = "znc-clientbuffer";
-    version = "unstable-2020-04-24";
+    version = "unstable-2021-05-30";
     module_name = "clientbuffer";
 
     src = fetchFromGitHub {
       owner = "CyberShadow";
       repo = "znc-clientbuffer";
-      rev = "2e32d508aa975c0a307d09575a0198f8c56c11fa";
-      sha256 = "1jaspnrbv3pzsnbysqygc8s8g3q07zx5nlrdpgwv9j8aryg0pcnh";
+      rev = "9a7465b413b53408f5d7af86e84b1d08efb6bec0";
+      sha256 = "0a3f4j6s5j7p53y42zrgpqyl2zm0jxb69lp24j6mni3licigh254";
     };
 
     meta = with lib; {