From a2767553349db0aaf87f4db68908748cac2aa8d5 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:26:04 +0100 Subject: [PATCH] Fix source url --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5e2abda..9a691af 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,7 +50,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.1.tar.gz" + url = "https://github.com/bookwyrm-social/bookwyrm/archive/d637b8033f4b7369fdbd4d160b13ddb51dc190d2.tar.gz" sha256 = "807170dcca7a7377f4d11691d4a86e7707816925c8a4165e0e6f9be96ad3ca79" in_subdir = true autoupdate.strategy = "latest_github_tag"