2 , buildDotnetGlobalTool
5 buildDotnetGlobalTool rec {
6 pname = "dotnet-gitversion";
7 nugetName = "GitVersion.Tool";
10 nugetHash = "sha256-dclYG2D0uSYqf++y33JCefkYLwbuRCuKd3qLMnx3BDI=";
13 description = "From git log to SemVer in no time";
14 homepage = "https://gitversion.net/";
15 changelog = "https://github.com/GitTools/GitVersion/releases/tag/${version}";
16 downloadPage = "https://github.com/GitTools/GitVersion";
17 license = licenses.mit;
18 platforms = platforms.linux ++ platforms.windows ++ platforms.darwin;
19 maintainers = with maintainers; [ acesyde ];