From f151a1e5f2d79f1f7bd8bb3248c8466f1323c998 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 10 Dec 2020 14:37:07 -0800 Subject: [PATCH] nano: Fix URL (fixes #1669) (#1673) --- bucket/nano.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/nano.json b/bucket/nano.json index a15451bcf0..4651cd2048 100644 --- a/bucket/nano.json +++ b/bucket/nano.json @@ -7,8 +7,8 @@ "Configure nano by editing its configuration file %USERPROFILE%\\.nanorc", "NOTE: The config file was named nano.rc in the 2.5.3 release, but is now named .nanorc" ], - "url": "https://files.lhmouse.com/nano-win/nano-win_9371_v5.4-9-g7010a68f.7z", - "hash": "f60431596b76d5681e5d121bdb80f6b10e65105d433386c4e864c75f5e88789a", + "url": "https://files.lhmouse.com/nano-win/nano-win_9371_v5.4-9-g8ad13081.7z", + "hash": "07B0473ACC885D7AAB417F6273EAC32951339C4C71CFE027FA85CBEB8968D493", "post_install": [ "if (-not (Test-Path \"$env:USERPROFILE\\.nanorc\")) {", " Copy-Item \"$dir\\.nanorc\" \"$env:USERPROFILE\\.nanorc\"",