0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

version_info format change

nix fix
This commit is contained in:
Andrey Onishchenko
2024-02-18 21:00:32 +03:00
parent d3444b2e94
commit 1cbc044c85
5 changed files with 20 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ in
stdenvNoCC.mkDerivation
{
name = "yandex-music";
inherit (version_info) version;
inherit (version_info.ym) version;
nativeBuildInputs = [
p7zip
@@ -36,8 +36,8 @@ stdenvNoCC.mkDerivation
then ymExe
else
fetchurl {
url = version_info.exe_link;
sha256 = version_info.exe_sha256;
url = version_info.ym.exe_link;
sha256 = version_info.ym.exe_sha256;
};
unpackPhase = ''