about summary refs log tree commit diff
path: root/pkgs/tools/misc/infracost
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-08 05:47:22 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-07-08 05:47:22 +0000
commit375a23f22f048a98cab01cc698daf5ecd8936942 (patch)
tree8725483c2cbd5c8ab296f3ef8e1b0e0e4ca8be11 /pkgs/tools/misc/infracost
parentb749ff4f51211db2bd0d9931aedaf110467c1fbf (diff)
infracost: 0.9.2 -> 0.9.3
Diffstat (limited to 'pkgs/tools/misc/infracost')
-rw-r--r--pkgs/tools/misc/infracost/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/infracost/default.nix b/pkgs/tools/misc/infracost/default.nix
index abe1872c67fd9..764e9ff5d7770 100644
--- a/pkgs/tools/misc/infracost/default.nix
+++ b/pkgs/tools/misc/infracost/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "infracost";
-  version = "0.9.2";
+  version = "0.9.3";
 
   src = fetchFromGitHub {
     owner = "infracost";
     rev = "v${version}";
     repo = "infracost";
-    sha256 = "sha256-TM+7Am5hoiRk/StAwCh5yAN1GKv3oPun38pvhArBoJg=";
+    sha256 = "sha256-3AH/VUKIno/jObep5GNfIpyOW5TcfZ5UZyornJWTGOw=";
   };
 
-  vendorSha256 = "sha256-6sMtM7MTFTDXwH8AKr5Dxq8rPqE92xzcWqBTixcPi+8=";
+  vendorSha256 = "sha256-zMEtVPyzwW4SrbpydDFDqgHEC0/khkrSxlEnQ5I0he8=";
 
   checkInputs = [ terraform ];
   checkPhase = "make test";