From 93364eb2f536f317dfb3bd5208c97de638dfb9c5 Mon Sep 17 00:00:00 2001 From: Yury Shvedov Date: Tue, 30 Jan 2024 21:49:43 +0300 Subject: [PATCH] [nix] Bump to 5.0.8 Change-Id: I0a02b2cb0d3ccf75f0c6cd6c267f10e38f0f43a3 --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index b0240ef..65b45f8 100644 --- a/flake.lock +++ b/flake.lock @@ -56,13 +56,13 @@ "ymExe": { "flake": false, "locked": { - "narHash": "sha256-JEtqtRkBhbUN7+rcVzTrf2DjaIgr4MwSpunQPDV9/O0=", + "narHash": "sha256-HeqFJ+hY/8TjViz6SjfklMoVpX6+54pL0Vl1cI1Qlkw=", "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.7.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.8.exe" }, "original": { "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.7.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.8.exe" } } }, diff --git a/flake.nix b/flake.nix index 24f4a8a..c16f73a 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.7.exe; + url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.8.exe; flake = false; }; };