bombadillo: Remove empty vendor dependency

This commit is contained in:
Robert Hensing 2021-06-12 17:49:29 +02:00
parent be976cdda9
commit 401e5cf6fc

View file

@ -12,7 +12,7 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
vendorSha256 = null;
outputs = [ "out" "man" ];