Unverified Commit 40a9ccf2 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #286900 from r-ryantm/auto-update/ytt

ytt: 0.47.0 -> 0.48.0
parents 6578a2c0 6c950681
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "ytt";
  version = "0.47.0";
  version = "0.48.0";

  src = fetchFromGitHub {
    owner = "vmware-tanzu";
    repo = "carvel-ytt";
    rev = "v${version}";
    sha256 = "sha256-aoKgXagCygK4pzRHw5Nf8LCzpzZd2X77th9tJA5f1aA=";
    sha256 = "sha256-jHSSccD9jQGR2bblp1J9LQNPiTI47hsjPBmtPVmIRtI=";
  };

  vendorHash = null;