fsautocomplete: 0.60.1 -> 0.61.1

This commit is contained in:
mdarocha 2023-07-23 22:11:07 +02:00
parent bfe2d74421
commit d30f4fce7f

View File

@ -5,13 +5,13 @@ let
in
buildDotnetModule rec {
pname = "fsautocomplete";
version = "0.60.1";
version = "0.61.1";
src = fetchFromGitHub {
owner = "fsharp";
repo = "FsAutoComplete";
rev = "v${version}";
sha256 = "sha256-8tXwAuljW1dJVX3jg2K5LmN+Is8sneM4OFm9n+Dkt+I=";
sha256 = "sha256-e5td3mHTjlwcxZDDJmqKmn9Tfhtp4EVJ8C8Qn1xyeBo=";
};
nugetDeps = ./deps.nix;