2024-05-15 15:35:15 +00:00
|
|
|
{ lib
|
|
|
|
, buildDotnetGlobalTool
|
|
|
|
}:
|
|
|
|
|
|
|
|
buildDotnetGlobalTool {
|
|
|
|
pname = "dotnet-gitversion";
|
|
|
|
nugetName = "GitVersion.Tool";
|
|
|
|
version = "5.12.0";
|
|
|
|
|
|
|
|
nugetSha256 = "sha256-dclYG2D0uSYqf++y33JCefkYLwbuRCuKd3qLMnx3BDI=";
|
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "From git log to SemVer in no time";
|
|
|
|
homepage = "https://gitversion.net/";
|
|
|
|
downloadPage = "https://github.com/GitTools/GitVersion";
|
|
|
|
license = licenses.mit;
|
2024-06-05 15:53:02 +00:00
|
|
|
platforms = platforms.linux ++ platforms.windows ++ platforms.darwin;
|
2024-05-15 15:35:15 +00:00
|
|
|
maintainers = with maintainers; [ acesyde ];
|
|
|
|
};
|
|
|
|
}
|