Martin Weinelt 2 years ago
parent dc45957373
commit 4c0dc16f28
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 9
      pkgs/applications/networking/irc/ircdog/default.nix

@ -5,21 +5,22 @@
buildGoPackage rec {
pname = "ircdog";
version = "0.2.1";
version = "0.3.0";
goPackagePath = "github.com/goshuirc/ircdog";
goPackagePath = "github.com/ergochat/ircdog";
src = fetchFromGitHub {
owner = "goshuirc";
repo = pname;
rev = "v${version}";
sha256 = "1ppbznlkv7vajfbimxbyiq5y6pkfhm6ylhl408rwq1bawl28hpkl";
sha256 = "sha256-x3ihWLgVYu17vG1xQTgIr4TSkeZ467TZBV1fPTPnZgw=";
fetchSubmodules = true;
};
meta = with lib; {
description = "ircdog is a simple wrapper over the raw IRC protocol that can respond to pings, and interprets formatting codes";
homepage = "https://github.com/goshuirc/ircdog";
homepage = "https://github.com/ergochat/ircdog";
changelog = "https://github.com/ergochat/ircdog/releases/tag/v${version}";
license = licenses.isc;
maintainers = with maintainers; [ hexa ];
};

Loading…
Cancel
Save