statik: remove empty go vendor hash

This commit is contained in:
zowoq
2023-02-07 06:23:39 +10:00
parent 6879bec517
commit c4fff89150
+1 -1
View File
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "ahsNiac/3I2+PUqc90E73Brb99M68ewh9nWXoupfE3g=";
};
vendorSha256 = "pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
vendorSha256 = null;
# Avoid building example
subPackages = [ "." "fs" ];