shoko: 5.2.5 -> 5.3.0

This commit is contained in:
R. Ryantm
2026-02-06 10:19:33 +00:00
parent f28d65f4be
commit 0f64efb643
+2 -2
View File
@@ -12,13 +12,13 @@
buildDotnetModule (finalAttrs: {
pname = "shoko";
version = "5.2.5";
version = "5.3.0";
src = fetchFromGitHub {
owner = "ShokoAnime";
repo = "ShokoServer";
tag = "v${finalAttrs.version}";
hash = "sha256-NH7HCneYR0LP96jihz8aS8ifcxnCm7h5GnIYf1k5274=";
hash = "sha256-qEy+BmvPeog+AIPNlIjD7UMdaN3YxPRt/ZLkTumsfSc=";
fetchSubmodules = true;
};