ytt: 0.51.1 -> 0.51.2 (#393931)

Co-authored-by: techknowlogick <hello@techknowlogick.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-28 18:27:32 +00:00
committed by GitHub
co-authored by techknowlogick
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "ytt";
version = "0.51.1";
version = "0.51.2";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "ytt";
rev = "v${version}";
sha256 = "sha256-MVkgZDHFkjtOuBDm/VjUU2QXMR7HdcNJwqD4mMBHt48=";
sha256 = "sha256-vFD0CKEVbaOiETSsDQeBJV1flekvS893wPYc6iHxxRE=";
};
vendorHash = null;