Unverified Commit c166da8d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fsautocomplete: 0.77.4 -> 0.77.5 (#394960)

parents 7287c584 66401463
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@
  },
  {
    "pname": "fsharp-analyzers",
    "version": "0.28.0",
    "hash": "sha256-BqGk9MzHHA3oRPNfWuANcM1YELsdhzWI+kLF4mUDUx8="
    "version": "0.30.0",
    "hash": "sha256-7oaSwpHAU1opzpz4szLU/gDaJC/ww9eiFkPu0nr4Mj4="
  },
  {
    "pname": "FSharp.Analyzers.Build",
@@ -86,8 +86,8 @@
  },
  {
    "pname": "FSharp.Analyzers.SDK",
    "version": "0.29.1",
    "hash": "sha256-bhkxMzJs1eOdrgWsiyUxJy3D9nKe1w3ajSCn1AVCggw="
    "version": "0.30.0",
    "hash": "sha256-UlMSSAQTSSF2hnGOXABpPWZnav6DU3FMtOkJYO/Sl+M="
  },
  {
    "pname": "FSharp.Compiler.Service",
@@ -206,8 +206,8 @@
  },
  {
    "pname": "Ionide.Analyzers",
    "version": "0.13.0",
    "hash": "sha256-PQ118rNahGoK7CPMv+NKDAPwm68p71vzMqmX71eu8E8="
    "version": "0.14.4",
    "hash": "sha256-yzEao/iNQ11A7WV54cU7OSJTPTvkr+YXaOdrTogy4JA="
  },
  {
    "pname": "Ionide.KeepAChangelog.Tasks",
@@ -216,8 +216,8 @@
  },
  {
    "pname": "Ionide.LanguageServerProtocol",
    "version": "0.6.0",
    "hash": "sha256-4CUMAzICBpp621nh3zTnIGrKH9YYvyflbXA3HFKtkpc="
    "version": "0.7.0",
    "hash": "sha256-fGkfG6OImLcHeLoG6/TvzNTDOYtR8FWZn4Zu7xlbYUg="
  },
  {
    "pname": "Ionide.ProjInfo",
+8 −8
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildDotnetModule (finalAttrs: {
  pname = "fsautocomplete";
  version = "0.77.4";
  version = "0.77.5";

  src = fetchFromGitHub {
    owner = "fsharp";
    repo = "FsAutoComplete";
    rev = "v${finalAttrs.version}";
    hash = "sha256-QTLaaztZghcQRQSE/GXQGpo7W7bHNNXGwYNIaV41PvY=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rPg4GSnxfWWBn3UzQvraH8iL3zOomvompE9Kyuxj5Z0=";
  };

  nugetDeps = ./deps.json;
@@ -40,14 +40,14 @@ buildDotnetModule (finalAttrs: {
    updateScript = nix-update-script { };
  };

  meta = with lib; {
  meta = {
    description = "FsAutoComplete project (FSAC) provides a backend service for rich editing or intellisense features for editors";
    mainProgram = "fsautocomplete";
    homepage = "https://github.com/fsharp/FsAutoComplete";
    changelog = "https://github.com/fsharp/FsAutoComplete/releases/tag/v${version}";
    license = licenses.asl20;
    platforms = platforms.unix;
    maintainers = with maintainers; [
    changelog = "https://github.com/fsharp/FsAutoComplete/releases/tag/${finalAttrs.src.tag}";
    license = lib.licenses.asl20;
    platforms = lib.platforms.unix;
    maintainers = with lib.maintainers; [
      gbtb
      mdarocha
    ];