Merge pull request #239367 from r-ryantm/auto-update/kubectl-images

kubectl-images: 0.6.1 -> 0.6.3
This commit is contained in:
Nick Cao 2023-06-23 23:06:35 +08:00 committed by GitHub
commit 74dcb8be3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubectl-images";
version = "0.6.1";
version = "0.6.3";
src = fetchFromGitHub {
owner = "chenjiandongx";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Zs9ok5jDhNeEw+dbER0cpLYn41uXwHNx0w0t1A3CSlI=";
sha256 = "sha256-FHfj2qRypqQA0Vj9Hq7wuYd0xmpD+IZj3MkwKljQio0=";
};
vendorHash = "sha256-8zV2iZ10H5X6fkRqElfc7lOf3FhmDzR2lb3Jgyhjyio=";