From f97aca4d9597e2e8b8712f0a6298254b501f05e7 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Mon, 1 Jun 2026 23:36:12 +0400 Subject: [PATCH] chore: sync gomod2nix.toml (#1402) ## 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 8e48f8334a502fd19f83069acad4d97d0caadbc4..68250502a4950769d636b7eb0592732b5ee1fb41 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -121,6 +121,10 @@ schema = 3 version = 'v0.0.1' hash = 'sha256-pWL1yAiNKYsecSyas7jUtyW+FC/Exnb74e/XVsRlu5U=' + [mod.'github.com/floatpane/go-keybind'] + version = 'v0.0.1' + hash = 'sha256-hXPLDYyK0YQ2uclQKt4MM607gHblh1t9BQkPkZy1B1Y=' + [mod.'github.com/floatpane/go-openpgp-card-hl'] version = 'v0.0.1' hash = 'sha256-qssT4qCMoe9dgFISyCLhthlPe36dBJNnGU1bHjbCpK4='