Unverified Commit 0865ad7d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264643 from techknowlogick/ytt-0462

ytt: 0.46.0 -> 0.46.2
parents 54f7c9a7 6107b8da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

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

  src = fetchFromGitHub {
    owner = "vmware-tanzu";
    repo = "carvel-ytt";
    rev = "v${version}";
    sha256 = "sha256-ZCWdOvwWXSeFzRQiiObuJqvz0ngAJ8n/0LeoGCv2vu4=";
    sha256 = "sha256-r9LQMQffnc/g1WFJU8m+Oy0hD+DudCNiVAcbAAPy1vI=";
  };

  vendorHash = null;