yandex-music: 5.61.1 -> 5.63.1 (#435967)

This commit is contained in:
Wolfgang Walther
2025-09-13 20:36:41 +00:00
committed by GitHub
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.61.1";
version = "5.63.1";
src = fetchFromGitHub {
owner = "cucumber-sp";
repo = "yandex-music-linux";
rev = "v${version}";
hash = "sha256-/PpIlje7wXHTEI/ymbPsX3k7uYNKMrcjHrmfnr6QNo4=";
hash = "sha256-z+gmUG0/7ykF42+OlFGZC268Tj8+vpfgZRYrW4otpfM=";
};
nativeBuildInputs = [
+4 -4
View File
@@ -1,6 +1,6 @@
{
"version": "5.57.0",
"exe_name": "Yandex_Music_x64_5.57.0.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.57.0.exe",
"exe_hash": "sha256-FIr77eH0ksKSLDJBbyTSd/Qkwd1UFc/VFJ3GEnbOD90="
"version": "5.63.1",
"exe_name": "Yandex_Music_x64_5.63.1.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.63.1.exe",
"exe_hash": "sha256-mGDjo/HjRRWtCGV95vtBwZpUepR/5opy6NQpM3HBVHo="
}