diff --git a/flake.nix b/flake.nix index c760479..fca3fe1 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ outputs = { self, nixpkgs }: let version = "0.3.6"; - chartVersion = "0.1.5"; + chartVersion = "0.1.6"; vendorSha256 = "sha256-e3AUY+qKnLEugLviQxTK1Dj6mIuo2oCu8pmjuLqrbio="; dockerPackageTag = "st8ed/aws-cost-exporter:${version}";