ircdog: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm 2024-01-16 11:15:27 +00:00
parent 5223d1f86a
commit 9344875c7c

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ircdog";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "goshuirc";
repo = "ircdog";
rev = "refs/tags/v${version}";
hash = "sha256-nXXSHNQp+yFfgY/VPqaMLM6lv4oYE97rdgHYW+0+L9g=";
hash = "sha256-rV9IBa30v1T3Zw/av8nfmX9Bg20FPAGdJkMn17r8rYw=";
};
vendorHash = null;