12 src = fetchFromGitHub {
16 sha256 = "0v3j7rw917wnmp4lyjscqzk4qf4azfiz70ynbq3wl4gwp1m783vv";
20 nativeBuildInputs = [ git ];
23 homepage = "https://github.com/catouc/semver-go";
24 description = "Small CLI to fish out the current or next semver version from a git repository";
25 maintainers = with maintainers; [ catouc ];
26 license = licenses.mit;
27 mainProgram = "semver";