Skip to content

Commit c1940a6

Browse files
authored
chore: sync gomod2nix.toml (#1396)
## What? Regenerates `gomod2nix.toml` to reflect the current `go.mod` / `go.sum`. ## Why? Keeps the Nix build in sync with Go module changes. Without this, `nix build` fails when new or upgraded Go deps are missing from `gomod2nix.toml`. Generated automatically by the gomod2nix sync workflow.
1 parent 16d519b commit c1940a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gomod2nix.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ schema = 3
117117
version = 'v0.0.1'
118118
hash = 'sha256-YQ+g7GhiufcasMU8f0zt6ar46ykXZMHFBPFROt2n17I='
119119

120+
[mod.'github.com/floatpane/go-icalendar']
121+
version = 'v0.0.1'
122+
hash = 'sha256-pWL1yAiNKYsecSyas7jUtyW+FC/Exnb74e/XVsRlu5U='
123+
120124
[mod.'github.com/floatpane/go-openpgp-card-hl']
121125
version = 'v0.0.1'
122126
hash = 'sha256-qssT4qCMoe9dgFISyCLhthlPe36dBJNnGU1bHjbCpK4='

0 commit comments

Comments
 (0)