chore: sync gomod2nix.toml (#1471)

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 🔗

@@ -10,8 +10,8 @@ schema = 3
     hash = 'sha256-YOkvKUahFMMytHXr3AAABDifBtHt29930obiu/kx1vA='
 
   [mod.'charm.land/lipgloss/v2']
-    version = 'v2.0.3'
-    hash = 'sha256-/RFkSUscU3NwymzT+PfizGf3XyQIdVGQlX7vxktCUGk='
+    version = 'v2.0.4'
+    hash = 'sha256-KrO8Q1/yQZBTMwysp/cAi5Kdz2/ZODBOr3C5X04zG/M='
 
   [mod.'cunicu.li/go-iso7816']
     version = 'v0.8.8'