infracost: 0.9.20 -> 0.9.21

This commit is contained in:
06kellyjac 2022-03-31 17:14:12 +01:00
parent 3807bedb36
commit 74e85f3b68

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "infracost";
version = "0.9.20";
version = "0.9.21";
src = fetchFromGitHub {
owner = "infracost";
rev = "v${version}";
repo = "infracost";
sha256 = "sha256-ujoKnf6f9rrPIxvWlzVnC6q+2BxzhpXgb66clgAuC+8=";
sha256 = "sha256-LoIZbA1K1s3ZLHlRz2SOFxC4nv/Vgpae0qdxIcvAVRQ=";
};
vendorSha256 = "sha256-TfO3+pGxR9dPzigkx89a/Ak+tKiBa6Z0a6U4kIdRsSQ=";