skaffold: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2023-03-09 01:16:21 +00:00
parent 55544a3fd9
commit da14e930c3

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "skaffold";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "sha256-D0KcnxfjPBGHLGs5YLdecuKL07jIhF6w/SIr/I/W1rI=";
sha256 = "sha256-4/FnuyesqW+9zA4TArm/7MpTzWURGG7ZjQKh3WFghZQ=";
};
vendorSha256 = "sha256-yy1BVorjLEcZR6PqupBiZx2plwPJ6xlxripbyB6RLek=";
vendorHash = "sha256-hy0xi21Lq3MzXnBB8+8FqNZsxp4fLshnaRm4v+GyLUg=";
subPackages = ["cmd/skaffold"];