From b182181f2552bbcf28bc49af966ce7371651e4c6 Mon Sep 17 00:00:00 2001 From: Yury Shvedov Date: Thu, 25 Jan 2024 08:05:24 +0300 Subject: [PATCH] [nix] Fix building after licence removing Change-Id: Ifd53a9fc08095109c134061595b5da97ae5fbd58 --- flake.lock | 6 +++--- flake.nix | 2 +- nix/default.nix | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 {