skaffold: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2023-07-02 08:07:06 +00:00
parent 458a2ba382
commit 431241d0ba

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-nCJcgWVQeX5QsMyH117PWBBW+7H5ZigjDxPmiaYER1Y=";
hash = "sha256-ncUA3sN8rWIf4tb3RAuUJWkOlxMMj/FrtSXy0sPfwGM=";
};
vendorHash = null;