chore: sync gomod2nix.toml (#1494)

Floatpane Bot created

## 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.

Change summary

gomod2nix.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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'