1 { lib, buildGoModule, fetchFromGitHub, git }:
7 src = fetchFromGitHub {
11 sha256 = "0v3j7rw917wnmp4lyjscqzk4qf4azfiz70ynbq3wl4gwp1m783vv";
15 nativeBuildInputs = [ git ];
18 homepage = "https://github.com/catouc/semver-go";
19 description = "A small CLI to fish out the current or next semver version from a git repository";
20 maintainers = with maintainers; [ catouc ];
21 license = licenses.mit;
22 mainProgram = "semver";