Commit 18b51958 authored by R. RyanTM's avatar R. RyanTM
Browse files

imgpkg: 0.46.0 -> 0.46.1

parent 6964385f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "imgpkg";
  version = "0.46.0";
  version = "0.46.1";

  src = fetchFromGitHub {
    owner = "carvel-dev";
    repo = "imgpkg";
    rev = "v${version}";
    hash = "sha256-RFD5uwarSCvS2JNnM9QniHSEl2lsaxx3N+7vr2SOtSU=";
    hash = "sha256-OrZjk0ap7ZNlxe/1FIVCZX93bVYxCJzFiijnQOIPeWk=";
  };

  vendorHash = null;