shoko: 5.2.1 -> 5.2.4 (#483074)

This commit is contained in:
Jörg Thalheim
2026-01-24 06:55:28 +00:00
committed by GitHub
+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;
};