diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 347ac90..35d3e0d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "fsharp-analyzers": { - "version": "0.26.0", + "version": "0.26.1", "commands": [ "fsharp-analyzers" ] diff --git a/nix/deps.nix b/nix/deps.nix index 6939cce..6d485a2 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -13,8 +13,8 @@ }) (fetchNuGet { pname = "fsharp-analyzers"; - version = "0.26.0"; - hash = "sha256-60Bl36LOb/zVNdH2SBSuQ5O41lP9dKTNZbs5vvYs+3U="; + version = "0.26.1"; + hash = "sha256-UqSK8PoXRJMZWKphMmWpl5klVn82EM1VczNZ1AOZ6Sw="; }) (fetchNuGet { pname = "FSharp.Core";