Merge pull request #253017 from kashw2/infracost

infracost: 0.10.28 -> 0.10.29
This commit is contained in:
Mario Rodas
2023-09-02 23:05:32 -05:00
committed by GitHub
+4 -4
View File
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "infracost";
version = "0.10.28";
version = "0.10.29";
src = fetchFromGitHub {
owner = "infracost";
rev = "v${version}";
repo = "infracost";
sha256 = "sha256-Gh/3uPkFEW6HBF4vbmZ00qaWD3FGTs7GUHRlfP3G5fY=";
sha256 = "sha256-xtxTIC7DNTvcDMXtFJOJkJGn78HdzCWVrBMS5Ksmtcc=";
};
vendorHash = "sha256-mT214puF9gdrw0mfMPQQtZBdErW6MEJBIilKVo2ym30=";
vendorHash = "sha256-ZKRtUlrEk/W2qZSbsh0ddwmspH6quzzY0cFSQmO0i10=";
ldflags = [ "-s" "-w" "-X github.com/infracost/infracost/internal/version.Version=v${version}" ];
@@ -62,6 +62,6 @@ buildGoModule rec {
compare different deployment options upfront.
'';
license = licenses.asl20;
maintainers = with maintainers; [ davegallant jk ];
maintainers = with maintainers; [ davegallant jk kashw2 ];
};
}