skaffold: 2.6.2 -> 2.6.3

This commit is contained in:
R. Ryantm 2023-08-15 07:27:23 +00:00
parent b51db7ec1b
commit 6117bf787c

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-dCGUTt5pqT3HmlUNIdrgKFvMVhyosyQFElFHBswTbio=";
hash = "sha256-Jguy1h1Gb94cHGfXpiUF6A9MsRPA8lg99ej5uDtRp1s=";
};
vendorHash = null;