Update mopidy-ytmusic
This commit is contained in:
parent
221c88b502
commit
d54e6ae86f
17
flake.lock
17
flake.lock
@ -318,6 +318,22 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mopidy-ytmusic": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1630842402,
|
||||||
|
"narHash": "sha256-Gxlbfjenra3el5eym22POpGLyVx3mKx0PguH0jE/M40=",
|
||||||
|
"owner": "OzymandiasTheGreat",
|
||||||
|
"repo": "mopidy-ytmusic",
|
||||||
|
"rev": "e9b4741b80116b14d700b5f17607254a5059cc9b",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "OzymandiasTheGreat",
|
||||||
|
"repo": "mopidy-ytmusic",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mtxclient": {
|
"mtxclient": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
@ -622,6 +638,7 @@
|
|||||||
"impermanence": "impermanence",
|
"impermanence": "impermanence",
|
||||||
"lambda-launcher": "lambda-launcher",
|
"lambda-launcher": "lambda-launcher",
|
||||||
"materia-theme": "materia-theme",
|
"materia-theme": "materia-theme",
|
||||||
|
"mopidy-ytmusic": "mopidy-ytmusic",
|
||||||
"mtxclient": "mtxclient",
|
"mtxclient": "mtxclient",
|
||||||
"nheko": "nheko",
|
"nheko": "nheko",
|
||||||
"nix": "nix",
|
"nix": "nix",
|
||||||
|
@ -72,6 +72,11 @@
|
|||||||
url = "github:nheko-reborn/mtxclient";
|
url = "github:nheko-reborn/mtxclient";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mopidy-ytmusic = {
|
||||||
|
url = "github:OzymandiasTheGreat/mopidy-ytmusic";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, self, nix, deploy-rs, ... }@inputs:
|
outputs = { nixpkgs, self, nix, deploy-rs, ... }@inputs:
|
||||||
|
@ -85,22 +85,21 @@ in {
|
|||||||
pname = "mopidy-ytmusic";
|
pname = "mopidy-ytmusic";
|
||||||
version = "3.2";
|
version = "3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = inputs.mopidy-ytmusic;
|
||||||
owner = "ozymandiasthegreat";
|
|
||||||
repo = "mopidy-ytmusic";
|
|
||||||
rev = "2a7d8ec7f7161e5ca81e999786ea7c1f4da9205f";
|
|
||||||
sha256 = "hDOP0AR9P0sQHeW7JmG+yZf/w5mZrIu4Nl4xCMjQaIQ=";
|
|
||||||
fetchSubmodules = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
sed s/0.18.0/0.18.1/ -i setup.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
mopidy
|
mopidy
|
||||||
python3Packages.pytube
|
python3Packages.pytube
|
||||||
python3Packages.ytmusicapi
|
(python3Packages.ytmusicapi.overrideAttrs (oa: {
|
||||||
|
version = "0.19.1";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "sigma67";
|
||||||
|
repo = "ytmusicapi";
|
||||||
|
rev = "fd9f57750de103202106f02be1696bd440f2c05b";
|
||||||
|
sha256 = "/NMy2cGe0K/14OZd+/dXKA6Ez1ivrtrZ6Lwl0P8dioA=";
|
||||||
|
fetchSubmodules = true;
|
||||||
|
};
|
||||||
|
}))
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user