ytt: 0.53.2 -> 0.54.0

This commit is contained in:
R. Ryantm
2026-04-27 15:49:45 +00:00
parent c138071dd9
commit da27a19938
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "ytt";
version = "0.53.2";
version = "0.54.0";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "ytt";
tag = "v${finalAttrs.version}";
hash = "sha256-QGb3lTeMiYN4+uml1x0tIGRf7EF96gXIsXgkxyWxL1Q=";
hash = "sha256-xyWkKQps4ImsLUECNhysSkVuVpgj9uMgE4tpmzvcBJc=";
};
vendorHash = null;