imgpkg: 0.47.2 -> 0.48.0

This commit is contained in:
R. Ryantm
2026-05-14 14:45:22 +00:00
parent 7b633a2bd3
commit 28787dd8c6
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "imgpkg";
version = "0.47.2";
version = "0.48.0";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "imgpkg";
rev = "v${finalAttrs.version}";
hash = "sha256-DjygQ6wMbWOZxRezZ/SN4WsvngrKVnvAtTO6Bu9eHkM=";
hash = "sha256-A+55URBd7NPZvuF2mPjrUS1Ow58Su7DnYS7SpWBiS2s=";
};
vendorHash = null;