lnch: remove empty go vendor hash

This commit is contained in:
zowoq 2023-02-03 15:06:34 +10:00
parent a83fd920d8
commit 047202f1e1

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-Iro/FjPFMqulcK90MbludnOXkMEHW0QSCoQRL01/LDE";
};
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo";
vendorSha256 = null;
ldflags = [ "-s" "-w" ];