From 14472fff536511e5d0a75d1d7bddf35f1b38555f Mon Sep 17 00:00:00 2001 From: Cedric Zhuang Date: Thu, 26 Sep 2024 11:55:49 -0700 Subject: [PATCH] Add nf-float 0.4.6 This release fix an issue that the library path of aws cli affect other user applications, such as gzip. See details below: * [FLOAT-4537](https://github.com/MemVerge/nf-float/pull/98) Failed to execute user binary. * [GH-99](https://github.com/MemVerge/nf-float/pull/99) Add volume size for default scratch option. Release page: [nf-float 0.4.6 release](https://github.com/MemVerge/nf-float/releases/tag/0.4.6) --- plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins.json b/plugins.json index 4d191c7..c7a04a2 100644 --- a/plugins.json +++ b/plugins.json @@ -2845,6 +2845,13 @@ "url": "https://github.com/MemVerge/nf-float/releases/download/0.4.5/nf-float-0.4.5.zip", "requires": ">=23.04.0", "sha512sum": "e127b79c94470ed141e37b7a18315897b80fd84a0a008480d3d825a316ce5e711d21b563de36e8ff9faa417c84e53c718637b3f2a01ec9e149cc31f36db16c4a" + }, + { + "version": "0.4.6", + "date": "2024-09-26T11:48:48.328799-07:00", + "url": "https://github.com/MemVerge/nf-float/releases/download/0.4.6/nf-float-0.4.6.zip", + "requires": ">=23.04.0", + "sha512sum": "de0dc075e51162a0dd3d7a538345e55376f9e645ae14682560d2282af8faa0f63a2cd97ba1cbd889e4b54c7421efddffe0e972970ca59979accc6870bad0b962" } ] },