kaniko: 1.25.14 -> 1.25.15

This commit is contained in:
R. Ryantm
2026-05-13 01:57:10 +00:00
parent 3e7ba2031b
commit b89ccc49a3

View File

@@ -11,13 +11,13 @@
buildGoModule (finalAttrs: {
pname = "kaniko";
version = "1.25.14";
version = "1.25.15";
src = fetchFromGitHub {
owner = "chainguard-dev";
repo = "kaniko";
rev = "v${finalAttrs.version}";
hash = "sha256-V6kIEuHYHV3XfuW7Jd/XmPy0XQX449rMH5YxbTtCvZo=";
hash = "sha256-0d0QdNmR7FaybJJEq6bb9WshTg6dX3HtO9oESg1e4S4=";
};
vendorHash = null;