summary refs log tree commit diff
path: root/pkgs/applications/networking/znc/modules.nix
diff options
context:
space:
mode:
authorszlend <simon@zlender.si>2020-10-02 14:22:37 +0200
committerszlend <simon@zlender.si>2020-10-02 14:22:37 +0200
commit41f6274c34c1d21c7dd5345f4a5113c8c0160483 (patch)
tree39d526c99e45e52c4eb198d093b60cfc15f72540 /pkgs/applications/networking/znc/modules.nix
parentebb702ff811d6766984f112227c2033bde6dd961 (diff)
downloadnixpkgs-41f6274c34c1d21c7dd5345f4a5113c8c0160483.tar
nixpkgs-41f6274c34c1d21c7dd5345f4a5113c8c0160483.tar.gz
nixpkgs-41f6274c34c1d21c7dd5345f4a5113c8c0160483.tar.bz2
nixpkgs-41f6274c34c1d21c7dd5345f4a5113c8c0160483.tar.lz
nixpkgs-41f6274c34c1d21c7dd5345f4a5113c8c0160483.tar.xz
nixpkgs-41f6274c34c1d21c7dd5345f4a5113c8c0160483.tar.zst
nixpkgs-41f6274c34c1d21c7dd5345f4a5113c8c0160483.zip
zncModules.clientbuffer: 2015-08-27 -> 2020-04-24
Diffstat (limited to 'pkgs/applications/networking/znc/modules.nix')
-rw-r--r--pkgs/applications/networking/znc/modules.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/znc/modules.nix b/pkgs/applications/networking/znc/modules.nix
index 3fd447b8b09..c045598fc3b 100644
--- a/pkgs/applications/networking/znc/modules.nix
+++ b/pkgs/applications/networking/znc/modules.nix
@@ -39,21 +39,21 @@ in {
 
   clientbuffer = zncDerivation rec {
     name = "znc-clientbuffer-${version}";
-    version = "git-2015-08-27";
+    version = "git-2020-04-24";
     module_name = "clientbuffer";
 
     src = fetchFromGitHub {
-      owner = "jpnurmi";
+      owner = "CyberShadow";
       repo = "znc-clientbuffer";
-      rev = "fe0f368e1fcab2b89d5c94209822d9b616cea840";
-      sha256 = "1s8bqqlwy9kmcpmavil558rd2b0wigjlzp2lpqpcqrd1cg25g4a7";
+      rev = "2e32d508aa975c0a307d09575a0198f8c56c11fa";
+      sha256 = "1jaspnrbv3pzsnbysqygc8s8g3q07zx5nlrdpgwv9j8aryg0pcnh";
     };
 
     meta = with stdenv.lib; {
       description = "ZNC module for client specific buffers";
-      homepage = "https://github.com/jpnurmi/znc-clientbuffer";
+      homepage = "https://github.com/CyberShadow/znc-clientbuffer";
       license = licenses.asl20;
-      maintainers = with maintainers; [ hrdinka ];
+      maintainers = with maintainers; [ hrdinka szlend ];
     };
   };