kubectl-example: 1.1.0 -> 1.2.0

This commit is contained in:
Aaron Jheng 2023-06-30 02:43:28 +00:00
parent d37f585a54
commit 02189ff9d6
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubectl-example";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "seredot";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7tqeIE6Ds8MrLH9k8cdzpeJP9pXVptduoEFE0zdrLlo=";
hash = "sha256-YvB4l+7GLSyYWX2Fbk4gT2WLaQpNxeV0aHY3Pg+9LCM=";
};
vendorSha256 = null;
vendorHash = null;
meta = with lib; {
description = "kubectl plugin for retrieving resource example YAMLs";