Unverified Commit 50325615 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

ytt: 0.45.0 -> 0.45.1
parents 08a5ed84 97041c51
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
  pname = "ytt";
  version = "0.45.0";
  version = "0.45.1";

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

  vendorSha256 = null;
  vendorHash = null;

  ldflags = [
    "-X github.com/vmware-tanzu/carvel-ytt/pkg/version.Version=${version}"