Unverified Commit 95521efe authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #331019 from GaetanLepage/omnisharp

omnisharp-roslyn: 1.39.11 -> 1.39.12
parents 4f3e9fe2 1b51109b
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@ let
in
let finalPackage = buildDotnetModule rec {
  pname = "omnisharp-roslyn";
  version = "1.39.11";
  version = "1.39.12";

  src = fetchFromGitHub {
    owner = "OmniSharp";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-b7LC3NJyw0ek3y6D3p4bKVH4Od2gXmW5/8fCCY9n3iE=";
    repo = "omnisharp-roslyn";
    rev = "refs/tags/v${version}";
    hash = "sha256-WQIBNqUqvVA0UhSoPdf179X+GYKp4LhPvYeEAet6TnY=";
  };

  projectFile = "src/OmniSharp.Stdio.Driver/OmniSharp.Stdio.Driver.csproj";
@@ -79,15 +79,15 @@ let finalPackage = buildDotnetModule rec {
    no-sdk = with-sdk null;
  };

  meta = with lib; {
  meta = {
    description = "OmniSharp based on roslyn workspaces";
    homepage = "https://github.com/OmniSharp/omnisharp-roslyn";
    sourceProvenance = with sourceTypes; [
    sourceProvenance = with lib.sourceTypes; [
      fromSource
      binaryNativeCode # dependencies
    ];
    license = licenses.mit;
    maintainers = with maintainers; [ tesq0 ericdallo corngood mdarocha ];
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ tesq0 ericdallo corngood mdarocha ];
    mainProgram = "OmniSharp";
  };
}; in finalPackage
+140 −141

File changed.

Preview size limit exceeded, changes collapsed.