shira: 1.8.2 → 1.8.5

This commit is contained in:
Jonas Heinrich
2026-07-20 10:36:09 +02:00
parent 8ed609e919
commit 20eb653eb0

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "shira";
version = "1.8.2";
version = "1.8.5";
pyproject = true;
src = fetchFromGitHub {
owner = "KraXen72";
repo = "shira";
tag = "v${finalAttrs.version}";
hash = "sha256-SgxEvIpjRfc0saoarqw8KySwhbk1UYCGjMcbhhWMhZg=";
hash = "sha256-SPR2Jtc6mYURwMl4c/v2fPGydBu7aOhrvetgFoBvjoM=";
};
build-system = [
@@ -31,6 +31,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
ytmusicapi
];
# Needed because of:
# yt-dlp==2026.3.17 not satisfied by version 2026.7.4
pythonRelaxDeps = [
"yt-dlp"
];
makeWrapperArgs = [
"--prefix PATH : ${
lib.makeBinPath [