ci: update nix vendorHash

This commit is contained in:
Igor Sirotin 2025-10-01 14:55:50 +01:00
parent 5a5505b8be
commit db8bb02bb6
No known key found for this signature in database
GPG Key ID: 0EABBCB40CB9AD4A

View File

@ -26,7 +26,7 @@ pkgs.buildGo123Module {
'' else ""; '' else "";
# FIXME: This needs to be manually changed when updating modules. # 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'. # Fix for 'nix run' trying to execute 'go-waku'.
meta = { mainProgram = "waku"; }; meta = { mainProgram = "waku"; };