From 6b1a0791424c05b4cc0fb016893910f6b18b162d Mon Sep 17 00:00:00 2001 From: Alexandre Blazart Date: Tue, 12 Aug 2025 22:33:22 +0200 Subject: [PATCH] spotify/darwin: 1.2.64.408 -> 1.2.69.449 --- pkgs/by-name/sp/spotify/darwin.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/sp/spotify/darwin.nix b/pkgs/by-name/sp/spotify/darwin.nix index f85900acc360..d2c24ad6ec5a 100644 --- a/pkgs/by-name/sp/spotify/darwin.nix +++ b/pkgs/by-name/sp/spotify/darwin.nix @@ -11,18 +11,18 @@ stdenv.mkDerivation { inherit pname; - version = "1.2.64.408"; + version = "1.2.69.449"; src = if stdenv.hostPlatform.isAarch64 then (fetchurl { - url = "https://web.archive.org/web/20250522123639/https://download.scdn.co/SpotifyARM64.dmg"; - hash = "sha256-28T+AxhnM1K6W50JUu9RdFRKsBRDTQulKK2+kk2RTMQ="; + url = "https://web.archive.org/web/20250811170447/https://download.scdn.co/SpotifyARM64.dmg"; + hash = "sha256-x9lpcQI1kZc4OIvQBhKXmI7t/2DIDbzufZhpNCKTxPA="; }) else (fetchurl { - url = "https://web.archive.org/web/20250522130546/https://download.scdn.co/Spotify.dmg"; - hash = "sha256-P8itkT2w7xQl0WfMLcNHgi1zcoYMqOdGmNDXdwhZBUs="; + url = "https://web.archive.org/web/20250811170211/https://download.scdn.co/Spotify.dmg"; + hash = "sha256-z6pmQ3Wmwnd3YQNf1WPdPNCRxHX1PjqAEt50trGe0Bk="; }); nativeBuildInputs = [ undmg ];