ytt: 0.51.0 -> 0.51.1

This commit is contained in:
R. Ryantm 2024-12-11 15:28:25 +00:00
parent d87246a418
commit bb69838362

View File

@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "ytt";
version = "0.51.0";
version = "0.51.1";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "ytt";
rev = "v${version}";
sha256 = "sha256-7PN6ejI7Ov0O3oJW71P3s3RWeRrX6M4+GTqsVlr8+7w=";
sha256 = "sha256-MVkgZDHFkjtOuBDm/VjUU2QXMR7HdcNJwqD4mMBHt48=";
};
vendorHash = null;