From 576414c6674b9fe2bb90c660e272e436d5beff79 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Sun, 31 May 2026 00:58:27 +0400 Subject: [PATCH] chore: sync gomod2nix.toml (#1384) ## 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 3e52fb1604c80d982b20924b689028c30379c1f2..2f81064e272e027260a5c26eebd44f18d07440af 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -113,6 +113,10 @@ schema = 3 version = 'v0.0.0-20241020182733-b788ff22d5a6' hash = 'sha256-eil7taerUmXI7lGOrcw56I0ilBzayRhhf1Sjixyc4oA=' + [mod.'github.com/floatpane/go-uds-jsonrpc'] + version = 'v0.0.1' + hash = 'sha256-A7M71cI5f640oxbSsBk1WxFFoqJtsPQQ+DsTfgOAm60=' + [mod.'github.com/floatpane/termimage'] version = 'v0.2.0' hash = 'sha256-Ycx9E1//VpJ35WnU1FWnp1cXIgkRmRnpXF/YqjGlyDw='