From db8bb02bb6f0227c7c7837324b7e6413ea6c13a2 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Wed, 1 Oct 2025 14:55:50 +0100 Subject: [PATCH] ci: update nix vendorHash --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 78ec23c8..b4369eab 100644 --- a/default.nix +++ b/default.nix @@ -26,7 +26,7 @@ pkgs.buildGo123Module { '' else ""; # FIXME: This needs to be manually changed when updating modules. - vendorHash = "sha256-9broEYUT2UDyNt6E0bhRUM0k3DtXyxXgHtsnOBUAGC4="; + vendorHash = "sha256-3TjHm94R6PQa9olItl3/fjvzViMOuDDBGB/egGIsikA="; # Fix for 'nix run' trying to execute 'go-waku'. meta = { mainProgram = "waku"; };