0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-03-13 22:03:43 +03:00

Merge pull request #7 from ein-shved/main

[nix] Fix building after licence removing
This commit is contained in:
Andrey Onishchenko 2024-01-25 08:15:37 +03:00 committed by GitHub
commit 190127bc67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -56,13 +56,13 @@
"ymExe": { "ymExe": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-9ANAW3/Cp/QAep36ax2EhjyB9Y6NrKyV1QgsHq5WPDs=", "narHash": "sha256-JEtqtRkBhbUN7+rcVzTrf2DjaIgr4MwSpunQPDV9/O0=",
"type": "file", "type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.6.exe" "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.7.exe"
}, },
"original": { "original": {
"type": "file", "type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.6.exe" "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.7.exe"
} }
} }
}, },

View File

@ -2,7 +2,7 @@
description = "Native Yandex Music desktop client"; description = "Native Yandex Music desktop client";
inputs = { inputs = {
ymExe = { ymExe = {
url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.6.exe; url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.7.exe;
flake = false; flake = false;
}; };
}; };

View File

@ -18,7 +18,7 @@ let
repack = ./../repack.sh; repack = ./../repack.sh;
src = ymExe; src = ymExe;
} '' } ''
bash "$repack" -xl "$src" bash "$repack" -x "$src"
mv ./app "$out" mv ./app "$out"
''; '';
launcher = writeShellApplication { launcher = writeShellApplication {