Skip to content

Commit ea34dd0

Browse files
Upgrade Nix flake and deps (#78)
* Automated commit * Bump versions --------- Co-authored-by: patrick-conscriptus[bot] <175414948+patrick-conscriptus[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
1 parent bc5cf83 commit ea34dd0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<WarnOn>FS3388,FS3559</WarnOn>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="all"/>
13+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.8.38-alpha" PrivateAssets="all"/>
1414
<SourceLinkGitHubHost Include="github.com" ContentUrl="https://raw.githubusercontent.com"/>
1515
</ItemGroup>
1616
<PropertyGroup Condition="'$(GITHUB_ACTION)' != ''">

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
},
117117
{
118118
"pname": "Nerdbank.GitVersioning",
119-
"version": "3.6.133",
120-
"hash": "sha256-AEnBQaGGPMBmZJjZrdWARq/jY4SluuPIsKBbvfNEvLE="
119+
"version": "3.8.38-alpha",
120+
"hash": "sha256-gPMrVbjOZxXoofczF/pn6eVkLhjVSJIyQrLO2oljrDc="
121121
},
122122
{
123123
"pname": "Newtonsoft.Json",

0 commit comments

Comments
 (0)