From 3d165dc451e278e4825a3982f14fa583946bb3af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:31:27 +0000 Subject: [PATCH] fx: Update to version 35.0.0 --- bucket/fx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fx.json b/bucket/fx.json index 63b1cff7c9..28e683fb96 100644 --- a/bucket/fx.json +++ b/bucket/fx.json @@ -1,16 +1,16 @@ { - "version": "34.0.0", + "version": "35.0.0", "description": "Terminal JSON viewer", "homepage": "https://github.com/antonmedv/fx", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/antonmedv/fx/releases/download/34.0.0/fx_windows_amd64.exe#/fx.exe", - "hash": "b37d9f9c841bc823f3d84808eff01032e8f8a0043c78b60f90d09d0732045850" + "url": "https://github.com/antonmedv/fx/releases/download/35.0.0/fx_windows_amd64.exe#/fx.exe", + "hash": "0d012a3eff279361d83f4fc181d6c55b9f79564099ba382df82e7ed14b6fd066" }, "arm64": { - "url": "https://github.com/antonmedv/fx/releases/download/34.0.0/fx_windows_arm64.exe#/fx.exe", - "hash": "3e2d5477357f3e08e53d41b55f3ae75b47f0fe1696b9e9138ebcb5c0d31d905e" + "url": "https://github.com/antonmedv/fx/releases/download/35.0.0/fx_windows_arm64.exe#/fx.exe", + "hash": "059daf1557801f42903aaf0d482997f88dadde94f18adf8df0af97dad0bbe4b0" } }, "bin": "fx.exe",