1 { lib, fetchFromGitHub, buildGoModule }:
4 pname = "github-commenter";
7 src = fetchFromGitHub {
11 hash = "sha256-x3/ae22ub9Us3mvSmvq9ohlkujvZCUfSrmZeQNvIWzE=";
14 vendorHash = "sha256-DS2cTYQasIKmyqHS3kTpNMA4fuLxSv4n7ZQjeRWE0gI=";
17 description = "Command line utility for creating GitHub comments on Commits, Pull Request Reviews or Issues";
18 mainProgram = "github-commenter";
19 license = licenses.asl20;
20 homepage = "https://github.com/cloudposse/github-commenter";
21 maintainers = [ maintainers.mmahut ];