imgpkg: 0.44.0 -> 0.44.2

This commit is contained in:
R. Ryantm
2025-03-06 19:38:52 +00:00
parent 398f7eb6f8
commit eaf0aa3a2e
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "imgpkg";
version = "0.44.0";
version = "0.44.2";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "imgpkg";
rev = "v${version}";
hash = "sha256-M8OUeB2aigwlvGznByVEsDZnSQb0ggqQA73lXFwbY2c=";
hash = "sha256-UZhmuSUqm8EPCSc0CONgpISINgMJh3uNUx0v52eQNIc=";
};
vendorHash = null;