Unverified Commit 5e6f15c7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #256649 from techknowlogick/ytt-0460

ytt: 0.45.4 -> 0.46.0
parents daebf5c6 8b00dea6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "ytt";
  version = "0.45.4";
  version = "0.46.0";

  src = fetchFromGitHub {
    owner = "vmware-tanzu";
    repo = "carvel-ytt";
    rev = "v${version}";
    sha256 = "sha256-mv0o0Wyfpzifl7yqQy8AWKlzUlr3S4IdYVzwsf17boM=";
    sha256 = "sha256-ZCWdOvwWXSeFzRQiiObuJqvz0ngAJ8n/0LeoGCv2vu4=";
  };

  vendorHash = null;