Compare commits
2 Commits
5af1fee3e6
...
3b38b7cc05
Author | SHA1 | Date |
---|---|---|
coolneng | 3b38b7cc05 | |
coolneng | 88a719de9f |
|
@ -94,11 +94,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1682268651,
|
"lastModified": 1682453498,
|
||||||
"narHash": "sha256-2eZriMhnD24Pmb8ideZWZDiXaAVe6LzJrHQiNPck+Lk=",
|
"narHash": "sha256-WoWiAd7KZt5Eh6n+qojcivaVpnXKqBsVgpixpV2L9CE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e78d25df6f1036b3fa76750ed4603dd9d5fe90fc",
|
"rev": "c8018361fa1d1650ee8d4b96294783cf564e8a7f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -8,13 +8,6 @@ let
|
||||||
propagatedBuildInputs = old.propagatedBuildInputs
|
propagatedBuildInputs = old.propagatedBuildInputs
|
||||||
++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ];
|
++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ];
|
||||||
});
|
});
|
||||||
latest-mopidy-somafm = mopidy-somafm.overrideAttrs (old: rec {
|
|
||||||
src = python3Packages.fetchPypi {
|
|
||||||
version = "2.0.2";
|
|
||||||
pname = "Mopidy-SomaFM";
|
|
||||||
sha256 = "DC0emxkoWfjGHih2C8nINBFByf521Xf+3Ks4JRxNPLM=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
soundcloud_token = builtins.readFile ../secrets/soundcloud_token;
|
soundcloud_token = builtins.readFile ../secrets/soundcloud_token;
|
||||||
latest-mopidy-soundcloud = mopidy-soundcloud.overrideAttrs (old: rec {
|
latest-mopidy-soundcloud = mopidy-soundcloud.overrideAttrs (old: rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -59,7 +52,7 @@ in {
|
||||||
mopidy-local
|
mopidy-local
|
||||||
mopidy-youtube-yt_dlp
|
mopidy-youtube-yt_dlp
|
||||||
mopidy-bandcamp
|
mopidy-bandcamp
|
||||||
latest-mopidy-somafm
|
mopidy-somafm
|
||||||
latest-mopidy-soundcloud
|
latest-mopidy-soundcloud
|
||||||
];
|
];
|
||||||
configuration = ''
|
configuration = ''
|
||||||
|
|
Loading…
Reference in New Issue