From 21929b970517e02b135e977b1c0693eaa41912b6 Mon Sep 17 00:00:00 2001 From: Jashmin Patel Date: Tue, 22 Jul 2025 17:04:02 -0700 Subject: [PATCH] Add new nf-fovus plugin --- plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins.json b/plugins.json index 6e6a5bb..0ed71e6 100644 --- a/plugins.json +++ b/plugins.json @@ -4054,5 +4054,17 @@ "requires": ">=25.04.0" } ] + }, + { + "id": "nf-fovus", + "releases": [ + { + "version": "0.1.0", + "url": "https://github.com/Fovus/nf-fovus/releases/download/0.1.0/nf-fovus-0.1.0.zip", + "date": "2025-07-22T15:09:47.470325171-07:00", + "sha512sum": "85a497a027894a89ccd230082adb6606b0ab9d9830a7fc18f281ad44988cb3af2d9bb1544fc4b8fd152b88354a28705f82df915acff674fc82849c21d909c7b1", + "requires": ">=25.01.0-edge" + } + ] } ]