From 590a76bce99f36737f70bed583608b13d4cbb4c5 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:00:20 +0200 Subject: [PATCH] Fix asset sha256 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 79eac17..539ba2e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,7 +55,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] url = "https://github.com/getfider/fider/archive/refs/tags/v0.22.0.tar.gz" - sha256 = "e98fe217dc3c06a80dbbeeebe2dcf4674dbfa8c7b1ffd672c6b95a002a1251a8" + sha256 = "50c328723035b4eccf65c9ecfa3d13e3e61c59514cfd63e9789b3301f29e5240" autoupdate.strategy = "latest_github_release"