Unverified Commit 6afb2a04 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #261585 from mdarocha/fsautocomplete-update

fsautocomplete: 0.64.1 -> 0.66.1
parents 6ca70351 c14646f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@ let
in
buildDotnetModule rec {
  pname = "fsautocomplete";
  version = "0.64.1";
  version = "0.66.1";

  src = fetchFromGitHub {
    owner = "fsharp";
    repo = "FsAutoComplete";
    rev = "v${version}";
    sha256 = "sha256-/1XJ09NKOlTjBLe3PvAceIIhk1AiSXenBOFjERKDZko=";
    sha256 = "sha256-9kuGteoWbYoqgFA11qH+MEjhLMk/23bXXiGG8Lsr1MA=";
  };

  nugetDeps = ./deps.nix;