vendir: 0.40.0 -> 0.40.1

This commit is contained in:
R. Ryantm 2024-04-17 03:23:34 +00:00
parent 4a04be9a3c
commit 2ba2244fdd
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vendir";
version = "0.40.0";
version = "0.40.1";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-Hyx33/j9spZEEkKB5R2vUmEq8tjzoQiI2EKdyXymQR8=";
sha256 = "sha256-v+p3I0PJc+7vgZqQA/dClv/GqOQTniwWHxXQamM+8oo=";
};
vendorHash = null;