From 70388c869622f9e080e8e99209bc6d4943cff9f1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 25 Apr 2024 03:54:26 +0200 Subject: [PATCH] Upgrade to v1.38.1 https://github.com/n8n-io/n8n/releases/tag/n8n%401.38.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c1df2ca..125b95d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool. Easily automate tasks across different services" description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" -version = "1.37.3~ynh1" +version = "1.38.1~ynh1" maintainers = [] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.37.3.tar.gz" - sha256 = "a3f51dd767648f80d33f7b856519871500f5ab18ccd0f67d39d50351cfc0eb21" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.38.1.tar.gz" + sha256 = "838912781dfb31d9b51f684a9da8cad44ee7f0b2ba0fc108904a0b216195a423" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false