vendir: 0.45.0 -> 0.45.2 (#494820)

This commit is contained in:
Nick Cao
2026-02-27 21:44:28 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "vendir";
version = "0.45.0";
version = "0.45.2";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${finalAttrs.version}";
sha256 = "sha256-UURZta+iEMlHf2vnosGrmuic5WrIZ4kf0qFILPwkH2Q=";
sha256 = "sha256-2qcaAuLevtP5pouFuENiKneTJs0/k7ftDaFuKjVVIow=";
};
vendorHash = null;