This commit is contained in:
Jonas Rabenstein 2025-11-29 18:14:10 +01:00
commit 794925acb2
15 changed files with 516 additions and 529 deletions

View file

@ -21,7 +21,7 @@ python3Packages.buildPythonApplication {
src = fetchFromGitHub {
owner = "oddstr13";
repo = "jellyfin-plugin-repository-manager";
tag = "v${version}";
rev = "v${version}";
hash = hash;
};