From 578e0b2d5e7bc879d5d5f8fbaeec33c2cc777925 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 6 Mar 2026 23:22:45 +0300 Subject: [PATCH] nix: update vendorHash for cobra/viper deps Signed-off-by: NotAShelf Change-Id: Ic1f423124d308ca1604872506ebbd02b6a6a6964 --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 860a9ed..e2ac658 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -20,7 +20,7 @@ buildGoModule { ]; }; - vendorHash = "sha256-y4NwCPZTVaWFUzBW4Roo47pi+E0KnU/5kqnMB1rmyy8="; + vendorHash = "sha256-vhCOK0cD92F9xMBS4APH+0nvLftaPuRl2LJio4mYWhY="; ldflags = ["-s" "-w"]; }