From a85a220a88c17e8cab2376f5d1addddc0293090c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 12:30:28 +0000 Subject: [PATCH] fx: Update to version 22.0.0 --- bucket/fx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fx.json b/bucket/fx.json index 3500519310..31981c640e 100644 --- a/bucket/fx.json +++ b/bucket/fx.json @@ -1,12 +1,12 @@ { - "version": "21.0.0", + "version": "22.0.0", "description": "Terminal JSON viewer", "homepage": "https://github.com/antonmedv/fx", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/antonmedv/fx/releases/download/21.0.0/fx_windows_amd64.exe", - "hash": "205e6a8bf9f24a9fdbbba78d8df046de13a87d4ce3689f4135a85c371458f5ba" + "url": "https://github.com/antonmedv/fx/releases/download/22.0.0/fx_windows_amd64.exe", + "hash": "c5279658fa264b5e390ccd42398f8358ea7af3a46ca43c0ee041a976df8e9608" } }, "pre_install": "Rename-Item \"$dir\\fx_windows_amd64.exe\" 'fx.exe'",