shoko: 5.3.0 -> 5.3.1

This commit is contained in:
R. Ryantm
2026-02-21 02:45:25 +00:00
parent b5e7ee1123
commit 1fa67af74e
+2 -2
View File
@@ -12,13 +12,13 @@
buildDotnetModule (finalAttrs: {
pname = "shoko";
version = "5.3.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "ShokoAnime";
repo = "ShokoServer";
tag = "v${finalAttrs.version}";
hash = "sha256-qEy+BmvPeog+AIPNlIjD7UMdaN3YxPRt/ZLkTumsfSc=";
hash = "sha256-gZK0NUwPKhrrIjdnfwNI0s618qnTf1cYBgPkwajSTEw=";
fetchSubmodules = true;
};