imgpkg: 0.46.1 -> 0.47.0

This commit is contained in:
R. Ryantm
2025-11-17 13:50:12 +00:00
parent 1dcdb7dcba
commit 4b64eb9be0
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "imgpkg";
version = "0.46.1";
version = "0.47.0";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "imgpkg";
rev = "v${version}";
hash = "sha256-OrZjk0ap7ZNlxe/1FIVCZX93bVYxCJzFiijnQOIPeWk=";
hash = "sha256-vmEdX7Hn7pfUpiGbhrzX4dhqrLhhvH95mSaABa6cJxg=";
};
vendorHash = null;