Merge pull request #239129 from r-ryantm/auto-update/ircdog

ircdog: 0.5.0 -> 0.5.1
This commit is contained in:
Nick Cao 2023-06-22 02:15:08 -06:00 committed by GitHub
commit 0944a9b529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";