kubectl-example: Remove empty vendor dependency

This commit is contained in:
Robert Hensing
2021-06-12 17:52:44 +02:00
parent 401e5cf6fc
commit fa88e96379
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "18vp53cda93qjssxygwqp55yc80a93781839gf3138awngf731yq";
};
vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
vendorSha256 = null;
meta = with lib; {
description = "kubectl plugin for retrieving resource example YAMLs";