feat(spotifyd): Enable spotifyd module to play music in background
This commit is contained in:
parent
d9aecce780
commit
3fba87b4b1
8 changed files with 101 additions and 0 deletions
|
|
@ -186,6 +186,26 @@
|
|||
},
|
||||
"version": "v3.9.0"
|
||||
},
|
||||
"spotifyd": {
|
||||
"cargoLocks": null,
|
||||
"date": "2025-09-04",
|
||||
"extract": null,
|
||||
"name": "spotifyd",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"deepClone": false,
|
||||
"fetchSubmodules": false,
|
||||
"leaveDotGit": false,
|
||||
"name": null,
|
||||
"rev": "f1acee9c6160db92dcd4214e96654cbbaed0e38a",
|
||||
"sha256": "sha256-dcc+sklPJvV34U1A/eTD1kfIey4o5/kPq4yd72ey7LE=",
|
||||
"sparseCheckout": [],
|
||||
"type": "git",
|
||||
"url": "https://github.com/ulic-youthlic/spotifyd.git"
|
||||
},
|
||||
"version": "f1acee9c6160db92dcd4214e96654cbbaed0e38a"
|
||||
},
|
||||
"spotx": {
|
||||
"cargoLocks": null,
|
||||
"date": "2025-07-26",
|
||||
|
|
|
|||
|
|
@ -117,6 +117,20 @@
|
|||
sha256 = "sha256-matIAwJeC9F0WJJZ8Qq6hJjATrLqoHOpAGRyD0eqoa8=";
|
||||
};
|
||||
};
|
||||
spotifyd = {
|
||||
pname = "spotifyd";
|
||||
version = "f1acee9c6160db92dcd4214e96654cbbaed0e38a";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/ulic-youthlic/spotifyd.git";
|
||||
rev = "f1acee9c6160db92dcd4214e96654cbbaed0e38a";
|
||||
fetchSubmodules = false;
|
||||
deepClone = false;
|
||||
leaveDotGit = false;
|
||||
sparseCheckout = [ ];
|
||||
sha256 = "sha256-dcc+sklPJvV34U1A/eTD1kfIey4o5/kPq4yd72ey7LE=";
|
||||
};
|
||||
date = "2025-09-04";
|
||||
};
|
||||
spotx = {
|
||||
pname = "spotx";
|
||||
version = "8b9a9924cf2f7268337a9bad5e84b0083268f40d";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue