From f7f617a8d7c468339083af68164de28af1e5d58c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 7 Jul 2026 17:07:33 -0400 Subject: [PATCH] nix/tg.nix: update vendor hash --- nix/tg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/tg.nix b/nix/tg.nix index ce1d05a..348a0cf 100644 --- a/nix/tg.nix +++ b/nix/tg.nix @@ -6,7 +6,7 @@ buildGoModule { pname = "tg"; version = "dev"; src = ../.; - vendorHash = "sha256-wv8rvPaQH4iY7KpnWrI59dmUVhxvNki8EIhklY4rMPU="; + vendorHash = "sha256-7kiyK6Bxlkgw7qHGiQbHJGv0nu53L8xLvDk6S06ahTM="; subPackages = ["cmd/tg"]; env.CGO_ENABLED = "0"; -- 2.51.2