From 779e2cc93e5808175585e9fc9edcd054f7de1498 Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sat, 4 May 2024 13:48:42 +0200 Subject: [PATCH] add missing version of `nu_plugin_clipboard` (#87) related to - #86 ## Description uses [one of the latest commits of `nu_plugin_clipboard`](https://github.com/FMotalleb/nu_plugin_clipboard/commit/98d71029ca5b7a722fbe6992e9700f800ce7f802) as the anchor point to install a version compatible with Nushell 0.92. > **Important** > this will likely create a conflict with #86 but i wanted to have that plugin added, it's too useful :wink: --- registry.nuon | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/registry.nuon b/registry.nuon index 23ee537..db3032b 100644 --- a/registry.nuon +++ b/registry.nuon @@ -54,6 +54,13 @@ "2cd2a67", . ], + [ + nu_plugin_clipboard, + "0.92.1", + "https://github.com/FMotalleb/nu_plugin_clipboard", + "98d7102", + . + ], [ nu_plugin_desktop_notifications, "1.0.7",