yandex-music: 5.50.0 -> 5.51.1

(cherry picked from commit accb7207bc)
This commit is contained in:
R. Ryantm
2025-05-22 10:35:18 +00:00
committed by github-actions[bot]
parent 031f393b52
commit 9200345239
2 changed files with 6 additions and 6 deletions

View File

@@ -29,13 +29,13 @@ assert lib.assertMsg (trayStyle >= 1 && trayStyle <= 3) "Tray style must be with
assert lib.assertMsg (vibeAnimationMaxFps >= 0) "Vibe animation max FPS must be greater then 0";
stdenvNoCC.mkDerivation rec {
pname = "yandex-music";
version = "5.50.0";
version = "5.51.1";
src = fetchFromGitHub {
owner = "cucumber-sp";
repo = "yandex-music-linux";
rev = "v${version}";
hash = "sha256-xn/9LjRLm6CNLrnrLiYr9deeo09iRMEKCRFuM3SELjw=";
hash = "sha256-jk/u0a6rnLDANHebtJ9yTAeFSIPg/CEIqm0oZnGdD0k=";
};
nativeBuildInputs = [

View File

@@ -1,6 +1,6 @@
{
"version": "5.50.0",
"exe_name": "Yandex_Music_x64_5.50.0.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.50.0.exe",
"exe_hash": "sha256-l0QyY8iJkBO0hPUZ1gA0wyJgppO46nURa3L7JzxRBG0="
"version": "5.51.1",
"exe_name": "Yandex_Music_x64_5.51.1.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.51.1.exe",
"exe_hash": "sha256-iu7DqcFs9/4aw46eIgWKIYyZ6fIzoW6XkiqdpERup/M="
}