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

kubectl-images: 0.5.2 -> 0.6.1

authored by Weijia Wang and committed by GitHub 325c3c95 86097da2

+3 -3
+3 -3
pkgs/applications/networking/cluster/kubectl-images/default.nix
··· 2 3 buildGoModule rec { 4 pname = "kubectl-images"; 5 - version = "0.5.2"; 6 7 src = fetchFromGitHub { 8 owner = "chenjiandongx"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-aDWtLTnMQklTU6X6LF0oBuh1317I5/kiEZVePgJjIdU"; 12 }; 13 14 - vendorSha256 = "sha256-FxaOOFwDf3LNREOlA7frqhDXzc91LC3uJev3kzLDEy8"; 15 16 postInstall = '' 17 mv $out/bin/cmd $out/bin/kubectl-images
··· 2 3 buildGoModule rec { 4 pname = "kubectl-images"; 5 + version = "0.6.1"; 6 7 src = fetchFromGitHub { 8 owner = "chenjiandongx"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-Zs9ok5jDhNeEw+dbER0cpLYn41uXwHNx0w0t1A3CSlI="; 12 }; 13 14 + vendorHash = "sha256-8zV2iZ10H5X6fkRqElfc7lOf3FhmDzR2lb3Jgyhjyio="; 15 16 postInstall = '' 17 mv $out/bin/cmd $out/bin/kubectl-images