fix(tubesync): allow obsolete dependency

This commit is contained in:
514fpv 2024-07-12 23:42:33 +08:00
parent d330ff5bd8
commit f61119c484
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -182,7 +182,7 @@ in {
# package is local-only, will allow this for now
nixpkgs.config.permittedInsecurePackages = [
"python3.11-django-3.2.25"
"python3.12-django-3.2.25"
];
};
}