imgpkg: 0.48.0 -> 0.48.1

This commit is contained in:
R. Ryantm
2026-06-01 15:21:41 +00:00
parent 5da1cb8ee0
commit 3c0fa26106

View File

@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "imgpkg";
version = "0.48.0";
version = "0.48.1";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "imgpkg";
rev = "v${finalAttrs.version}";
hash = "sha256-A+55URBd7NPZvuF2mPjrUS1Ow58Su7DnYS7SpWBiS2s=";
hash = "sha256-8T8wdpGJhqhVRk6BxrDX5Ci3PvxRDXzhUDKBqBg0gPk=";
};
vendorHash = null;