Unverified Commit 0944a9b5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

ircdog: 0.5.0 -> 0.5.1
parents be359d1e 1ef7b169
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";