Merge pull request #228773 from r-ryantm/auto-update/infracost

infracost: 0.10.20 -> 0.10.21
This commit is contained in:
Weijia Wang 2023-04-29 11:32:04 +03:00 committed by GitHub
commit 30c7019f27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "infracost";
version = "0.10.20";
version = "0.10.21";
src = fetchFromGitHub {
owner = "infracost";
rev = "v${version}";
repo = "infracost";
sha256 = "sha256-KHXboxaLHA5CErBLPpX5WudwBCBw6dCW2ZXi1WlTs84=";
sha256 = "sha256-9fb3Q0DzTE+cAtMTAn5F1IvaslaACdsPz9mVvxoNdjY=";
};
vendorHash = "sha256-6GGSFnCbg7HZZQvBVBbwKwy+ng/NNX5oOquuBFXpN/s=";