imgpkg: 0.43.1 -> 0.44.0 (#363559)

This commit is contained in:
Aleksana
2024-12-11 11:22:26 +08:00
committed by GitHub
+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;