kubectl-images: 0.6.1 -> 0.6.3

This commit is contained in:
R. Ryantm 2023-06-23 13:21:45 +00:00
parent cbf0490176
commit 935489e8b7

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