Martin Weinelt 2023-03-03 04:22:06 +01:00
parent bd4d66987d
commit c66d73e961
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -5,15 +5,15 @@
buildGoModule rec {
pname = "ircdog";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "goshuirc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x3ihWLgVYu17vG1xQTgIr4TSkeZ467TZBV1fPTPnZgw=";
fetchSubmodules = true;
repo = "ircdog";
rev = "refs/tags/v${version}";
hash = "sha256-uqqgXmEpGEJHnd1mtgpp13jFhKP5fbhE5wtcZNZL8t4=";
};
vendorSha256 = null;
meta = with lib; {