From 941fea568e941abfa3abc5abb521786b881662de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 2 Mar 2021 11:56:04 +0100 Subject: [PATCH] fnm: Update to version 1.23.0 --- bucket/fnm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fnm.json b/bucket/fnm.json index 5fcf63f9d8..0e7229467c 100644 --- a/bucket/fnm.json +++ b/bucket/fnm.json @@ -1,13 +1,13 @@ { - "version": "1.22.9", + "version": "1.23.0", "description": "Cross-platform Node.js version switcher", "homepage": "https://github.com/Schniz/fnm", "license": "GPL-3.0-only", "notes": "Don't forget to add \"fnm env --use-on-cd | Out-String | Invoke-Expression\" to your powershell profile.", "architecture": { "64bit": { - "url": "https://github.com/Schniz/fnm/releases/download/v1.22.9/fnm-windows.zip", - "hash": "32818c15bbaf5eab259aba056bfd4aeb17ec749b8936d1aaaf9112778bbb49d9" + "url": "https://github.com/Schniz/fnm/releases/download/v1.23.0/fnm-windows.zip", + "hash": "7e7a026ffe3a59c60152d2ceed4c6a5703506e18caa7a5150b9488e6a030dffa" } }, "bin": "fnm.exe",