From b487ba1fd38ebadf3b5ee4efdc71779fe360796c Mon Sep 17 00:00:00 2001 From: Clint Valentine Date: Thu, 23 Nov 2023 08:48:46 -0800 Subject: [PATCH] Add the plugin nf-dotenv from @fulcrumgenomics (#55) --- plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins.json b/plugins.json index af193b1..86d686d 100644 --- a/plugins.json +++ b/plugins.json @@ -2206,5 +2206,17 @@ "requires": ">=23.10.0" } ] + }, + { + "id": "nf-dotenv", + "releases": [ + { + "version": "1.0.0", + "date": "2023-11-21T21:56:18.814126-08:00", + "url": "https://github.com/fulcrumgenomics/nf-dotenv/releases/download/1.0.0/nf-dotenv-1.0.0.zip", + "requires": ">=22.10.2", + "sha512sum": "7cae188cdf5f1d5ba0283e7e80a70a220e3716dba3ec1b22b6fbe35a28c589044d493020d88ae1e9a2a7b4894b291b20498dd46b7dcf9e05c2f04aa8bbf6085d" + } + ] } ]