shoko: 5.2.5 -> 5.3.0 (#487585)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-06 14:55:42 +00:00
committed by GitHub
+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;
};