Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
st8ed committed Aug 2, 2022
1 parent 2b82bda commit ad8b496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
outputs = { self, nixpkgs }:
let
version = "0.3.4";
chartVersion = "0.1.4";
vendorSha256 = "sha256-LZomE9j6m7TAPyY/sZWVupyh8mkt8MjwUnmbYzZoUP8=";
version = "0.3.5";
chartVersion = "0.1.5";
vendorSha256 = "sha256-e3AUY+qKnLEugLviQxTK1Dj6mIuo2oCu8pmjuLqrbio=";
dockerPackageTag = "st8ed/aws-cost-exporter:${version}";

src = with lib; builtins.path {
Expand Down

0 comments on commit ad8b496

Please sign in to comment.