We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0698d83 commit 9f5340eCopy full SHA for 9f5340e
flake.nix
@@ -1,8 +1,8 @@
1
{
2
outputs = { self, nixpkgs }:
3
let
4
- version = "0.3.7";
5
- chartVersion = "0.1.7";
+ version = "0.4.0";
+ chartVersion = "0.1.8";
6
vendorSha256 = "sha256-U4Yh+VNS1lBz4wwPl7q4RlYZdvRdj3IBS5P3XxlzrVI=";
7
dockerPackageTag = "st8ed/aws-cost-exporter:${version}";
8
0 commit comments