shoko: 5.2.1 -> 5.2.4

This commit is contained in:
R. Ryantm
2026-01-23 13:31:36 +00:00
parent d37bf8ff6e
commit 2973dca0d5
+2 -2
View File
@@ -12,13 +12,13 @@
buildDotnetModule (finalAttrs: {
pname = "shoko";
version = "5.2.1";
version = "5.2.4";
src = fetchFromGitHub {
owner = "ShokoAnime";
repo = "ShokoServer";
tag = "v${finalAttrs.version}";
hash = "sha256-V8DwYLjxklKYmOnYNLp51GRJXgOXKnbgDD4DL4T4lVc=";
hash = "sha256-dV2q1eCCBsqe/zsmVoCyBpnbUXQ2tPoWWlZTypZLHV8=";
fetchSubmodules = true;
};