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

kubectl-images: 0.5.2 -> 0.6.1
This commit is contained in:
Weijia Wang 2023-06-02 22:21:12 +02:00 committed by GitHub
commit 325c3c95c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubectl-images";
version = "0.5.2";
version = "0.6.1";
src = fetchFromGitHub {
owner = "chenjiandongx";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aDWtLTnMQklTU6X6LF0oBuh1317I5/kiEZVePgJjIdU";
sha256 = "sha256-Zs9ok5jDhNeEw+dbER0cpLYn41uXwHNx0w0t1A3CSlI=";
};
vendorSha256 = "sha256-FxaOOFwDf3LNREOlA7frqhDXzc91LC3uJev3kzLDEy8";
vendorHash = "sha256-8zV2iZ10H5X6fkRqElfc7lOf3FhmDzR2lb3Jgyhjyio=";
postInstall = ''
mv $out/bin/cmd $out/bin/kubectl-images