Skip to content

Commit

Permalink
Upgrade Nix flake and deps (#104)
Browse files Browse the repository at this point in the history
* Automated commit

* Deps

---------

Co-authored-by: patrick-conscriptus[bot] <175414948+patrick-conscriptus[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <[email protected]>
  • Loading branch information
patrick-conscriptus[bot] and Smaug123 authored Oct 13, 2024
1 parent b4be110 commit 292d682
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fantomas": {
"version": "6.3.4",
"version": "6.3.15",
"commands": [
"fantomas"
]
Expand Down
2 changes: 1 addition & 1 deletion Gitea.Declarative.Lib/Gitea.Declarative.Lib.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SwaggerProvider" Version="1.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Update="FSharp.Core" Version="6.0.1" />
<PackageReference Include="Myriad.Sdk" Version="0.8.3" PrivateAssets="all" />
<PackageReference Include="WoofWare.Myriad.Plugins.Attributes" Version="3.6.2" />
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions nix/deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
})
(fetchNuGet {
pname = "fantomas";
version = "6.3.4";
hash = "sha256-1aWqZynBkQoznenGoP0sbf1PcUXAbcHiWyECuv89xa0=";
version = "6.3.15";
hash = "sha256-Gjw7MxjUNckMWSfnOye4UTe5fZWnor6RHCls3PNsuG8=";
})
(fetchNuGet {
pname = "Fantomas.Core";
Expand Down Expand Up @@ -938,8 +938,8 @@
})
(fetchNuGet {
pname = "System.Text.Json";
version = "8.0.4";
hash = "sha256-g5oT7fbXxQ9Iah1nMCr4UUX/a2l+EVjJyTrw3FTbIaI=";
version = "8.0.5";
hash = "sha256-yKxo54w5odWT6nPruUVsaX53oPRe+gKzGvLnnxtwP68=";
})
(fetchNuGet {
pname = "System.Text.RegularExpressions";
Expand Down

0 comments on commit 292d682

Please sign in to comment.