statik: remove empty go vendor hash

This commit is contained in:
zowoq 2023-02-03 15:06:34 +10:00
parent 6879bec517
commit c4fff89150

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "ahsNiac/3I2+PUqc90E73Brb99M68ewh9nWXoupfE3g=";
};
vendorSha256 = "pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
vendorSha256 = null;
# Avoid building example
subPackages = [ "." "fs" ];