mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
zncModules: backlog init at 2017-06-13
This commit is contained in:
parent
bfc4d04de7
commit
462f34c44a
@ -15,6 +15,26 @@ let
|
||||
|
||||
in rec {
|
||||
|
||||
backlog = zncDerivation rec {
|
||||
name = "znc-backlog-${version}";
|
||||
version = "git-2017-06-13";
|
||||
module_name = "backlog";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FruitieX";
|
||||
repo = "znc-backlog";
|
||||
rev = "42e8f439808882d2dae60f2a161eabead14e4b0d";
|
||||
sha256 = "1k7ifpqqzzf2j7w795q4mx1nvmics2higzjqr3mid3lp43sqg5s6";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Request backlog for IRC channels.";
|
||||
homepage = https://github.com/fruitiex/znc-backlog/;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
};
|
||||
};
|
||||
|
||||
clientbuffer = zncDerivation rec {
|
||||
name = "znc-clientbuffer-${version}";
|
||||
version = "git-2015-08-27";
|
||||
|
Loading…
Reference in New Issue
Block a user