Skip to content

Commit 64e6c32

Browse files
nixpkgs-merge-bot[bot]mdarocha
andauthoredMar 21, 2025
fsautocomplete: 0.77.2 -> 0.77.4 (#391676)
Co-authored-by: mdarocha <mdarocha@users.noreply.github.com>
2 parents 1d6a44a + 2f45ac1 commit 64e6c32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎pkgs/by-name/fs/fsautocomplete/deps.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pkgs/by-name/fs/fsautocomplete/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildDotnetModule (finalAttrs: {
1111
pname = "fsautocomplete";
12-
version = "0.77.2";
12+
version = "0.77.4";
1313

1414
src = fetchFromGitHub {
1515
owner = "fsharp";
1616
repo = "FsAutoComplete";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-rCfiWzVsK9lvo4uMNrgWdXsjrvBQDZOyFpKxKdbT/3g=";
18+
hash = "sha256-QTLaaztZghcQRQSE/GXQGpo7W7bHNNXGwYNIaV41PvY=";
1919
};
2020

2121
nugetDeps = ./deps.json;

0 commit comments

Comments
 (0)
Failed to load comments.