Skip to content

Commit ada70fa

Browse files
authored
chore: sync gomod2nix.toml (#1386)
## 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 6f76180 commit ada70fa

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

gomod2nix.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,18 @@ schema = 3
113113
version = 'v0.0.0-20241020182733-b788ff22d5a6'
114114
hash = 'sha256-eil7taerUmXI7lGOrcw56I0ilBzayRhhf1Sjixyc4oA='
115115

116+
[mod.'github.com/floatpane/bubble-overlay']
117+
version = 'v0.0.1'
118+
hash = 'sha256-YQ+g7GhiufcasMU8f0zt6ar46ykXZMHFBPFROt2n17I='
119+
116120
[mod.'github.com/floatpane/go-uds-jsonrpc']
117121
version = 'v0.0.1'
118122
hash = 'sha256-A7M71cI5f640oxbSsBk1WxFFoqJtsPQQ+DsTfgOAm60='
119123

124+
[mod.'github.com/floatpane/jwz-go']
125+
version = 'v0.0.1'
126+
hash = 'sha256-aO+FXEQHAO4jviLFvfO4qhiyZA2jxfREUwBu6px2b6M='
127+
120128
[mod.'github.com/floatpane/termimage']
121129
version = 'v0.2.1'
122130
hash = 'sha256-neUcMsh3A+koHxIcW/TFUAlNgyAdkuEKlZ19PQ5uAhs='

0 commit comments

Comments
 (0)