etcd_3_4: remove deleteVendor

no op with `vendorSha256 = null`, should have been removed in f89abb76bc
This commit is contained in:
zowoq 2021-11-15 08:40:07 +10:00
parent 416596bd24
commit b554c3af7b

View file

@ -4,7 +4,6 @@ buildGoModule rec {
pname = "etcd";
version = "3.4.18";
deleteVendor = true;
vendorSha256 = null;
doCheck = false;