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-10-22 07:36:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-22 07:36:15 +0000
commitd1e33a752ce80985ab8b746a295f153bc77e7d4f (patch)
treed665f716ce02a5c375c1de2f8dc0f257c703ad67 /pkgs/tools/misc/infracost
parent00a4d236da788cd599362d2150ab3ea6d0cb21f0 (diff)
infracost: 0.10.12 -> 0.10.13
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 32f311c6ee7cc..f160b4d250973 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.12";
+  version = "0.10.13";
 
   src = fetchFromGitHub {
     owner = "infracost";
     rev = "v${version}";
     repo = "infracost";
-    sha256 = "sha256-sobIgUiFMLZ2/vkKO2DIQfEM92eRK1PV+oKaWfwk/nE=";
+    sha256 = "sha256-zxVFF+2KKBGtgnA3YNMZdhG3jDylgMjaiGUPbtg5Dss=";
   };
-  vendorSha256 = "sha256-QowKhRakXkkmKDI0vbSjWdftz4nXnjKNpdD4gscR3dM=";
+  vendorSha256 = "sha256-3WUU9Yid9PxqzHg+QBVkqxNxnRKU0zzcBYcpSslFzyM=";
 
   ldflags = [ "-s" "-w" "-X github.com/infracost/infracost/internal/version.Version=v${version}" ];