Merge pull request #249284 from r-ryantm/auto-update/skaffold

skaffold: 2.6.2 -> 2.6.3
This commit is contained in:
Weijia Wang 2023-08-18 09:27:14 +02:00 committed by GitHub
commit a187e4cf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;