fsautocomplete: 0.77.2 -> 0.77.4

This commit is contained in:
R. Ryantm
2025-03-20 21:31:46 +00:00
parent 750fef2a63
commit 2f45ac1da6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -86,8 +86,8 @@
},
{
"pname": "FSharp.Analyzers.SDK",
"version": "0.29.0",
"hash": "sha256-hhyLzVyNO7lAm9RbQao15+d8gt9yYK2+Rem3yAoA+zw="
"version": "0.29.1",
"hash": "sha256-bhkxMzJs1eOdrgWsiyUxJy3D9nKe1w3ajSCn1AVCggw="
},
{
"pname": "FSharp.Compiler.Service",
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule (finalAttrs: {
pname = "fsautocomplete";
version = "0.77.2";
version = "0.77.4";
src = fetchFromGitHub {
owner = "fsharp";
repo = "FsAutoComplete";
rev = "v${finalAttrs.version}";
hash = "sha256-rCfiWzVsK9lvo4uMNrgWdXsjrvBQDZOyFpKxKdbT/3g=";
hash = "sha256-QTLaaztZghcQRQSE/GXQGpo7W7bHNNXGwYNIaV41PvY=";
};
nugetDeps = ./deps.json;