rebels-in-the-sky: 1.5.1 -> 1.6.0 (#482018)
This commit is contained in:
@@ -1,24 +1,20 @@
|
||||
diff --git a/assets/data/stream_data.json b/assets/data/stream_data.json
|
||||
index c049ec7..fe51488 100644
|
||||
index 6069c5d..fe51488 100644
|
||||
--- a/assets/data/stream_data.json
|
||||
+++ b/assets/data/stream_data.json
|
||||
@@ -1,18 +1 @@
|
||||
@@ -1,14 +1 @@
|
||||
-[
|
||||
- {
|
||||
- "name": "Radio Frittura",
|
||||
- "url_string": "https://radio.frittura.org/frittura.ogg"
|
||||
- "url_string": "https://radio.frittura.org/rebels"
|
||||
- },
|
||||
- {
|
||||
- "name": "Matt Johnson radio",
|
||||
- "url_string": "https://us2.internet-radio.com/proxy/mattjohnsonradio?mp=/stream"
|
||||
- },
|
||||
- {
|
||||
- "name" : "Lofi 24/7",
|
||||
- "name": "Lofi 24/7",
|
||||
- "url_string": "http://usa9.fastcast4u.com/proxy/jamz?mp=/1"
|
||||
- },
|
||||
- {
|
||||
- "name" : "Radio Sarajevo",
|
||||
- "url_string": "https://cast2.asurahosting.com/proxy/balkanhi/stream"
|
||||
- }
|
||||
-]
|
||||
\ No newline at end of file
|
||||
|
||||
@@ -14,16 +14,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "rebels-in-the-sky";
|
||||
version = "1.5.1";
|
||||
version = "1.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ricott1";
|
||||
repo = "rebels-in-the-sky";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-VyQfwZWvutc5BnAi6BbIfgRm5G4xBre76cyraQSvn6o=";
|
||||
hash = "sha256-P0GPdMTOomqNQ6WLfZnASO1FiD7DJTHj/a8eoYzAvAY=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-PL5WhqCLlH482uDoWETfwHarz3e2NJ0vezDMs52QavQ=";
|
||||
cargoHash = "sha256-Ldy/1Gv1qguWQ2lLk0jiiq7nM9r85LY7pXkXf2nCUA0=";
|
||||
|
||||
patches = lib.optionals (!withRadio) [
|
||||
./disable-radio.patch
|
||||
|
||||
Reference in New Issue
Block a user