Merge pull request #240635 from aaronjheng/kubectl-example

kubectl-example: 1.1.0 -> 1.2.0
This commit is contained in:
Nick Cao 2023-06-30 12:03:39 +08:00 committed by GitHub
commit 04a9a1031a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";