buildGoModule: no longer filter out vendorSha256 (#359798)

This commit is contained in:
Jörg Thalheim 2024-11-28 12:17:46 +01:00 committed by GitHub
commit a4308aba72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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