imgpkg: 0.46.0 -> 0.46.1

This commit is contained in:
R. Ryantm
2025-05-04 19:01:01 +00:00
parent 6964385faf
commit 18b5195874
+2 -2
View File
@@ -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;