Skip to content

Instantly share code, notes, and snippets.

@Kiwi

Kiwi/git.diff Secret

Created January 20, 2021 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kiwi/cd2a093da5e63d7e3d050fba4e3c42f4 to your computer and use it in GitHub Desktop.
Save Kiwi/cd2a093da5e63d7e3d050fba4e3c42f4 to your computer and use it in GitHub Desktop.
znc-clientbuffer
kiwi@mvp-nixos nixpkgs [znc-clientbuffer]$ git show
commit 41f6274c34c1d21c7dd5345f4a5113c8c0160483 (HEAD -> znc-clientbuffer)
Author: szlend <simon@zlender.si>
Date: Fri Oct 2 14:22:37 2020 +0200
zncModules.clientbuffer: 2015-08-27 -> 2020-04-24
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 ];
};
};
kiwi@mvp-nixos nixpkgs [znc-clientbuffer]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment