fix: update vendorHash

This commit is contained in:
Igor Sirotin 2025-08-25 18:07:51 +01:00
parent d6d4d461e2
commit 25f88d2b8f
No known key found for this signature in database
GPG Key ID: 0EABBCB40CB9AD4A

View File

@ -26,7 +26,7 @@ pkgs.buildGo123Module {
'' else "";
# FIXME: This needs to be manually changed when updating modules.
vendorHash = "sha256-yQ3anfZ/PU0M0KHiXqA9Ri8zFkg1nTYIk43jmcdGZYU=";
vendorHash = "sha256-9broEYUT2UDyNt6E0bhRUM0k3DtXyxXgHtsnOBUAGC4=";
# Fix for 'nix run' trying to execute 'go-waku'.
meta = { mainProgram = "waku"; };