diff --git a/flake.lock b/flake.lock index a200971..b0240ef 100644 --- a/flake.lock +++ b/flake.lock @@ -56,13 +56,13 @@ "ymExe": { "flake": false, "locked": { - "narHash": "sha256-9ANAW3/Cp/QAep36ax2EhjyB9Y6NrKyV1QgsHq5WPDs=", + "narHash": "sha256-JEtqtRkBhbUN7+rcVzTrf2DjaIgr4MwSpunQPDV9/O0=", "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": { "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" } } }, diff --git a/flake.nix b/flake.nix index b12d449..3368976 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Native Yandex Music desktop client"; inputs = { 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; }; }; diff --git a/nix/default.nix b/nix/default.nix index 5a7dbea..06eee8d 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -18,7 +18,7 @@ let repack = ./../repack.sh; src = ymExe; } '' - bash "$repack" -xl "$src" + bash "$repack" -x "$src" mv ./app "$out" ''; launcher = writeShellApplication {