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-31 17:05:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-31 17:05:40 +0000
commit2d65f80ac2f9b7f80e4564375d191330d53f91b9 (patch)
tree19520a2cff0fb7b62f55278ce65a2748114b3fed /pkgs/tools/misc/infracost
parent4415574d237c6b6b8d239d32d499c897e5e60597 (diff)
infracost: 0.10.10 -> 0.10.11
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 8cf91fe4808c6..f16a1cf16fdc3 100644
--- a/pkgs/tools/misc/infracost/default.nix
+++ b/pkgs/tools/misc/infracost/default.nix
@@ -2,15 +2,15 @@
 
 buildGoModule rec {
   pname = "infracost";
-  version = "0.10.10";
+  version = "0.10.11";
 
   src = fetchFromGitHub {
     owner = "infracost";
     rev = "v${version}";
     repo = "infracost";
-    sha256 = "sha256-7SaT2jwrM0pD0BqX18d3nutU52RMCnQb2FuDtoJZMQM=";
+    sha256 = "sha256-ZBm93lBu6sblc/P5m1igf5K8yJ8ff5qcvECZ9o3Gn6I=";
   };
-  vendorSha256 = "sha256-ccoFTg5OYpaagyzb2lJLr6WlTO/L4YevXK09gZOELOw=";
+  vendorSha256 = "sha256-Hs+WWc2UJtxc2isSfef8xvKDqhWytkUWh6DEq+bbAt4=";
 
   ldflags = [ "-s" "-w" "-X github.com/infracost/infracost/internal/version.Version=v${version}" ];