buildGoModule: no longer filter out vendorSha256

This commit is contained in:
Yueh-Shun Li 2024-11-28 00:11:33 +08:00
parent 82961f880e
commit 7542b942a4

View File

@ -59,7 +59,7 @@
}@args':
let
args = removeAttrs args' [ "overrideModAttrs" "vendorSha256" ];
args = removeAttrs args' [ "overrideModAttrs" ];
GO111MODULE = "on";
GOTOOLCHAIN = "local";