1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-DFgNx0H9/hZ+wUdPkEybRCIjnLsmuoYWruYgbDuFRhU=";
14 vendorHash = "sha256-AiXbCS3RXd6KZwIo7qzz3yM28cJloLRR+gdWqEpyims=";
19 "-X main.buildVersion=${version}" "-X main.buildCommit=${version}" "-X main.buildDate=1970-01-01"
23 license = licenses.mit;
24 homepage = "https://github.com/mroth/bump";
25 description = "CLI tool to draft a GitHub Release for the next semantic version";
27 maintainers = with maintainers; [ doronbehar ];