imgpkg: 0.43.1 -> 0.44.0

This commit is contained in:
R. Ryantm
2024-12-09 12:38:09 +00:00
parent 977c9efc51
commit a4803b6c44
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "imgpkg";
version = "0.43.1";
version = "0.44.0";
src = fetchFromGitHub {
owner = "carvel-dev";
repo = "imgpkg";
rev = "v${version}";
hash = "sha256-RjTVJjuzjNTZrg1VZ4NrDf1SZmS+CGzofYTBQEZNIag=";
hash = "sha256-M8OUeB2aigwlvGznByVEsDZnSQb0ggqQA73lXFwbY2c=";
};
vendorHash = null;