about summary refs log tree commit diff
path: root/pkgs/tools/misc/infracost
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-12 21:22:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-12 21:22:50 +0000
commit83c531f736322e0e91e926ae5d3bc31d7c7c2c20 (patch)
tree62bca6d072a98c8cd64b309045b9f0a26bb6f179 /pkgs/tools/misc/infracost
parent10b8ec9dd16200ac6dc5ce27ba5a4ada3c8c1eca (diff)
infracost: 0.10.9 -> 0.10.10
Diffstat (limited to 'pkgs/tools/misc/infracost')
-rw-r--r--pkgs/tools/misc/infracost/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/infracost/default.nix b/pkgs/tools/misc/infracost/default.nix
index aa77f6b4a3057..8cf91fe4808c6 100644
--- a/pkgs/tools/misc/infracost/default.nix
+++ b/pkgs/tools/misc/infracost/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "infracost";
-  version = "0.10.9";
+  version = "0.10.10";
 
   src = fetchFromGitHub {
     owner = "infracost";
     rev = "v${version}";
     repo = "infracost";
-    sha256 = "sha256-qDMGeuNY/Y7A6ZGd6giztQrx4psUAjOamUbC0Z4H80k=";
+    sha256 = "sha256-7SaT2jwrM0pD0BqX18d3nutU52RMCnQb2FuDtoJZMQM=";
   };
   vendorSha256 = "sha256-ccoFTg5OYpaagyzb2lJLr6WlTO/L4YevXK09gZOELOw=";