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

Merge pull request #232938 from r-ryantm/auto-update/vendir

vendir: 0.32.1 -> 0.33.2
parents 63bc0d83 fc8cb250
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "vendir";
  version = "0.32.1";
  version = "0.33.2";

  src = fetchFromGitHub {
    owner = "vmware-tanzu";
    repo = "carvel-vendir";
    rev = "v${version}";
    sha256 = "sha256-IgPUqIR9xuLEglVqVHz2KvqqCHpCPYv8TX+Z6q5xCNA=";
    sha256 = "sha256-jXPyOnGCyXe06pazppo6czJ4CpaeEscRbanchDnz2tw=";
  };

  vendorSha256 = null;
  vendorHash = null;

  subPackages = [ "cmd/vendir" ];