From b3fd04c55321f93ab18125ceac1ac3368dd2c823 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Thu, 4 Jun 2026 12:59:27 +0400 Subject: [PATCH] chore: sync gomod2nix.toml (#1439) ## 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. --- gomod2nix.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gomod2nix.toml b/gomod2nix.toml index f813ee84a613b3fb0c6f2ecc953bb42bca260ebf..26cc68e03e184f76d148678ee7d56bbd8e969190 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -114,8 +114,8 @@ schema = 3 hash = 'sha256-eil7taerUmXI7lGOrcw56I0ilBzayRhhf1Sjixyc4oA=' [mod.'github.com/floatpane/bubble-overlay'] - version = 'v0.0.1' - hash = 'sha256-YQ+g7GhiufcasMU8f0zt6ar46ykXZMHFBPFROt2n17I=' + version = 'v0.1.0' + hash = 'sha256-WSWz8HoyEpnYcdyFTeYWWBkoP4axsyFOXFgZ0oCAHsE=' [mod.'github.com/floatpane/go-icalendar'] version = 'v0.0.1'