mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
shira: 1.8.2 → 1.8.5
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user