From 4f45a9ab8157265f4f73593fbe072beec00051d2 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Mon, 15 Jun 2026 15:14:43 +0400 Subject: [PATCH] chore: sync gomod2nix.toml (#1471) ## 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 22d2242defd70ef87ef46068ac9f6a26cd8b6770..8f6b1dda98cd20c5451a6ae7a7157409da589e50 100644 --- a/gomod2nix.toml +++ b/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'