diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index e63acf3..fa28bb6 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "fsharp-analyzers": { - "version": "0.25.0", + "version": "0.26.0", "commands": [ "fsharp-analyzers" ] diff --git a/analyzers/analyzers.fsproj b/analyzers/analyzers.fsproj index 8a28bd1..8c59f41 100644 --- a/analyzers/analyzers.fsproj +++ b/analyzers/analyzers.fsproj @@ -10,7 +10,7 @@ - + diff --git a/flake.nix b/flake.nix index 0ce2fc2..057d484 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,6 @@ }; outputs = { - self, nixpkgs, flake-utils, ... diff --git a/nix/deps.nix b/nix/deps.nix index a6e6382..30802fc 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -3,8 +3,8 @@ {fetchNuGet}: [ (fetchNuGet { pname = "fsharp-analyzers"; - version = "0.25.0"; - sha256 = "sha256-njfJYi40jNvrD+mgu9LtQw2Omh8P1SSDThesozH0KQY="; + version = "0.26.0"; + sha256 = "sha256-60Bl36LOb/zVNdH2SBSuQ5O41lP9dKTNZbs5vvYs+3U="; }) (fetchNuGet { pname = "fantomas";