Commit da374467 authored by acesyde's avatar acesyde Committed by Artturin
Browse files

gitversion: init at 5.12.0

parent ef650f0a
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
{ 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;
    platforms = platforms.linux;
    maintainers = with maintainers; [ acesyde ];
  };
}