Merge pull request #236371 from mweinelt/ircdog-0.5.0

ircdog: 0.4.0 -> 0.5.0

authored by

Pol Dellaiera and committed by
GitHub
09c4e6a9 7659613a

+2 -2
+2 -2
pkgs/applications/networking/irc/ircdog/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "ircdog"; 8 - version = "0.4.0"; 8 + version = "0.5.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "goshuirc"; 12 12 repo = "ircdog"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-uqqgXmEpGEJHnd1mtgpp13jFhKP5fbhE5wtcZNZL8t4="; 14 + hash = "sha256-3fOui17ZederpnB7jZh7GsYa12VKvhb3wwOnVFi23wM="; 15 15 }; 16 16 17 17 vendorSha256 = null;