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

imgpkg: 0.46.0 -> 0.46.1 (#404188)

parents b1539179 18b51958
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;