From 3d108fb81f7b0cbe02b1d6fd81629582b42b616d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Kol=C4=8Din?= Date: Fri, 30 Aug 2024 19:39:57 +0300 Subject: [PATCH] Fix nu_plugin_endecode YAML config --- config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 314a519..bdf80ee 100644 --- a/config.yaml +++ b/config.yaml @@ -267,8 +267,11 @@ plugins: - name: nu_plugin_endecode language: rust repository: - url: https://codeberg.org/kaathewise/nu-plugin/src/branch/trunk + url: https://codeberg.org/kaathewise/nu-plugin/src/branch/trunk/endecode branch: trunk + override: + plugin: "0.97.1" + protocol: "0.97.1" # Example # - name: nu_plugin_bin_reader # the plugins name (mandatory) # language: python # programming language (mandatory)