yandex-music: 5.51.1 -> 5.52.0

This commit is contained in:
R. Ryantm
2025-06-01 18:43:30 +00:00
parent 769e9c24f7
commit 6eb9bb33f5
2 changed files with 6 additions and 6 deletions
+2 -2
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.51.1";
version = "5.52.0";
src = fetchFromGitHub {
owner = "cucumber-sp";
repo = "yandex-music-linux";
rev = "v${version}";
hash = "sha256-jk/u0a6rnLDANHebtJ9yTAeFSIPg/CEIqm0oZnGdD0k=";
hash = "sha256-39aVY2D8fM243Uhr4i3d9OdBKRqb4MNnkSjKOH3tF4s=";
};
nativeBuildInputs = [
+4 -4
View File
@@ -1,6 +1,6 @@
{
"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="
"version": "5.52.0",
"exe_name": "Yandex_Music_x64_5.53.1.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.53.1.exe",
"exe_hash": "sha256-aTl3sF8n0v17TeAyQwjrXUDKK/MaCtoHQ34IHDEeme8="
}