vendir: 0.45.3 -> 0.45.4

This commit is contained in:
R. Ryantm
2026-06-01 13:03:30 +00:00
parent 99e34e505f
commit 3dac74910b
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "vendir";
version = "0.45.3";
version = "0.45.4";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${finalAttrs.version}";
sha256 = "sha256-pGChtADYje6tGM0qYTwSrGQkUu6P1N8AZiXLJDWoYjA=";
sha256 = "sha256-6Emc25RGd3diHc8wQCiH+tEuiD/SmYiA1L1KU9Z5cEk=";
};
vendorHash = null;