ircdog: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2023-06-22 07:13:56 +00:00
parent 08285c3efb
commit 1ef7b1691c

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "ircdog";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "goshuirc";
repo = "ircdog";
rev = "refs/tags/v${version}";
hash = "sha256-3fOui17ZederpnB7jZh7GsYa12VKvhb3wwOnVFi23wM=";
hash = "sha256-nXXSHNQp+yFfgY/VPqaMLM6lv4oYE97rdgHYW+0+L9g=";
};
vendorSha256 = null;
vendorHash = null;
meta = with lib; {
description = "ircdog is a simple wrapper over the raw IRC protocol that can respond to pings, and interprets formatting codes";