Unverified Commit 1d2cf1d1 authored by Mikael Fangel's avatar Mikael Fangel
Browse files

fsautocomplete: 0.69.0 -> 0.71.0

parent 58bdbbae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildDotnetModule rec {
  pname = "fsautocomplete";
  version = "0.69.0";
  version = "0.71.0";

  src = fetchFromGitHub {
    owner = "fsharp";
    repo = "FsAutoComplete";
    rev = "v${version}";
    hash = "sha256-o0aR4yRzRb3y8vARuhP7JnBQ72XBX0whfpC51b2cqF0=";
    hash = "sha256-WajKmRDCMJ74qT2/NhUWRq+bytxt49vi98bm1QleEKo=";
  };

  nugetDeps = ./deps.nix;
+18 −56

File changed.

Preview size limit exceeded, changes collapsed.