skaffold: 2.16.0 -> 2.16.1

This commit is contained in:
R. Ryantm 2025-06-18 08:07:11 +00:00
parent 871d2b7724
commit 56316ae617

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.16.0";
version = "2.16.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-THObVIWvuebq+2voNxP08d2MM6GrEiOmB4mlBcW8hkg=";
hash = "sha256-pQyudlU/nn9ZcX4RLp3RvXntxgra3Vs4+HOjvBOKrow=";
};
vendorHash = null;