fsautocomplete: 0.77.5 -> 0.77.7

This commit is contained in:
R. Ryantm
2025-05-16 00:54:55 +00:00
parent 6f82867e37
commit e322b25299
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule (finalAttrs: {
pname = "fsautocomplete";
version = "0.77.5";
version = "0.77.7";
src = fetchFromGitHub {
owner = "fsharp";
repo = "FsAutoComplete";
tag = "v${finalAttrs.version}";
hash = "sha256-rPg4GSnxfWWBn3UzQvraH8iL3zOomvompE9Kyuxj5Z0=";
hash = "sha256-eyGWUSAtFT/48QOZ6k7+htLhLjGrc4scgp2VLBu3bcE=";
};
nugetDeps = ./deps.json;