Merge pull request #259772 from mdarocha/fsautocomplete-update

fsautocomplete: 0.64.0 -> 0.64.1
This commit is contained in:
Mario Rodas 2023-10-08 12:47:58 -05:00 committed by GitHub
commit e9a2fb697e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@ let
in
buildDotnetModule rec {
pname = "fsautocomplete";
version = "0.64.0";
version = "0.64.1";
src = fetchFromGitHub {
owner = "fsharp";
repo = "FsAutoComplete";
rev = "v${version}";
sha256 = "sha256-C01CsGHRy0/FFEofEN8xLM/QgnMI8aq2tr4qkEbxlsQ=";
sha256 = "sha256-/1XJ09NKOlTjBLe3PvAceIIhk1AiSXenBOFjERKDZko=";
};
nugetDeps = ./deps.nix;