From 168021f436f81cde030aff2cb074e26e238dc576 Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sat, 4 May 2024 13:49:20 +0200 Subject: [PATCH] add missing versions of `nu_plugin_explore` (#88) related to - #86 ## Description adds versions `0.92.0` and `0.92.3-c06ef201b72b3cbe901820417106b7d65c6f01e1` of `nu_plugin_explore` that are missing from _registry_. > **Important** > this will likely create a conflict with #86 but i wanted to have that plugin added, it's too useful :wink: --- registry.nuon | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/registry.nuon b/registry.nuon index db3032b..c6c2346 100644 --- a/registry.nuon +++ b/registry.nuon @@ -236,6 +236,48 @@ "0.2.0", . ], + [ + nu_plugin_explore, + "0.92.0", + "https://github.com/amtoine/nu_plugin_explore", + "0.92.", + . + ], + [ + nu_plugin_explore, + "0.92.3-c06ef201b72b3cbe901820417106b7d65c6f01e1", + "https://github.com/amtoine/nu_plugin_explore", + "0.92.3-c06ef201b72b3cbe901820417106b7d65c6f01e1", + . + ], + [ + nu_plugin_explore, + "0.92.3-55edef5ddaf3d3d55290863446c2dd50c012e9bc", + "https://github.com/amtoine/nu_plugin_explore", + "0.92.3-55edef5ddaf3d3d55290863446c2dd50c012e9bc", + . + ], + [ + nu_plugin_explore, + "0.92.3-be5ed3290cb116cbe9f3038f7a2d46aaac85a25c", + "https://github.com/amtoine/nu_plugin_explore", + "0.92.3-be5ed3290cb116cbe9f3038f7a2d46aaac85a25c", + . + ], + [ + nu_plugin_explore, + "0.92.3-2595f31541554c6d8602ebebc9dffbc4dd29dd89", + "https://github.com/amtoine/nu_plugin_explore", + "0.92.3-2595f31541554c6d8602ebebc9dffbc4dd29dd89", + . + ], + [ + nu_plugin_explore, + "0.93.0", + "https://github.com/amtoine/nu_plugin_explore", + "0.93.0", + . + ], [ nu-clippy, "0.1.0",