lnch: remove empty go vendor hash

This commit is contained in:
zowoq
2023-02-07 06:23:39 +10:00
parent a83fd920d8
commit 047202f1e1
+1 -1
View File
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-Iro/FjPFMqulcK90MbludnOXkMEHW0QSCoQRL01/LDE";
};
vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo";
vendorSha256 = null;
ldflags = [ "-s" "-w" ];