infracost: 0.10.28 -> 0.10.29

This commit is contained in:
kashw2 2023-09-03 11:16:09 +10:00
parent 3f9e803102
commit bb99d77f58

View file

@ -2,15 +2,15 @@
buildGoModule rec { buildGoModule rec {
pname = "infracost"; pname = "infracost";
version = "0.10.28"; version = "0.10.29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "infracost"; owner = "infracost";
rev = "v${version}"; rev = "v${version}";
repo = "infracost"; 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}" ]; ldflags = [ "-s" "-w" "-X github.com/infracost/infracost/internal/version.Version=v${version}" ];
@ -62,6 +62,6 @@ buildGoModule rec {
compare different deployment options upfront. compare different deployment options upfront.
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ davegallant jk ]; maintainers = with maintainers; [ davegallant jk kashw2 ];
}; };
} }