From c1940a6f26295f92e8d5a072b454e5157375e27c Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Mon, 1 Jun 2026 19:03:32 +0400 Subject: [PATCH] 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. --- gomod2nix.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gomod2nix.toml b/gomod2nix.toml index 0839d29bcca2f8dc3154e79d8094f8bb4dcb3a68..8e48f8334a502fd19f83069acad4d97d0caadbc4 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -117,6 +117,10 @@ schema = 3 version = 'v0.0.1' hash = 'sha256-YQ+g7GhiufcasMU8f0zt6ar46ykXZMHFBPFROt2n17I=' + [mod.'github.com/floatpane/go-icalendar'] + version = 'v0.0.1' + hash = 'sha256-pWL1yAiNKYsecSyas7jUtyW+FC/Exnb74e/XVsRlu5U=' + [mod.'github.com/floatpane/go-openpgp-card-hl'] version = 'v0.0.1' hash = 'sha256-qssT4qCMoe9dgFISyCLhthlPe36dBJNnGU1bHjbCpK4='