skaffold: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm 2023-05-18 04:05:02 +00:00
parent 8fcd9a3173
commit 099081ff40

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-feUR8R8mlKfSV2ct9EeAcEHJiK7Hb5PAXTnES9UG2Qc=";
hash = "sha256-0sOj5U9GFDFOs6uvgGHQfRFLlAoGk1DwRW4kN0lOIK0=";
};
vendorHash = null;