From 4adabe151cf3b51df805359e932630dfa300a3e9 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Sat, 20 Jun 2026 23:12:50 +0400 Subject: [PATCH] chore: sync gomod2nix.toml (#1494) ## 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 e4a376e22d049a67dccd6bedf9a2f70d759c04d0..ad3f9191efc2e29a86fb68c35d9030a7b30f97dc 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -146,8 +146,8 @@ schema = 3 hash = 'sha256-hXPLDYyK0YQ2uclQKt4MM607gHblh1t9BQkPkZy1B1Y=' [mod.'github.com/floatpane/go-openpgp-card-hl'] - version = 'v0.0.1' - hash = 'sha256-qssT4qCMoe9dgFISyCLhthlPe36dBJNnGU1bHjbCpK4=' + version = 'v0.1.2' + hash = 'sha256-bn8lKPx7xhHYhZDYb/UShjY3tRMh6DwdDABpvCQyTTg=' [mod.'github.com/floatpane/go-secretbox'] version = 'v0.1.0'