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

ircdog: 0.5.3 -> 0.5.4
This commit is contained in:
Martin Weinelt 2024-07-14 16:16:39 +02:00 committed by GitHub
commit bcfac8455e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ircdog";
version = "0.5.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "goshuirc";
repo = "ircdog";
rev = "refs/tags/v${version}";
hash = "sha256-TdMgt1ZgoEaweH8Cbb+wG/H1Bx9DpgHgzGO5dZfxvK8=";
hash = "sha256-X8DTwudgQyQQIpXCG7d+tdXMV33HG6ETzHsvIp3KFDo=";
};
vendorHash = null;