From b82c79fbfd30cdaa044c28fee5b33925fb08e400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:27:05 -0400 Subject: [PATCH] spotify: (darwin) 1.2.92.147 -> 1.2.94.583 --- pkgs/by-name/sp/spotify/darwin.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sp/spotify/darwin.nix b/pkgs/by-name/sp/spotify/darwin.nix index b4ecae09c949..4aef9982b90e 100644 --- a/pkgs/by-name/sp/spotify/darwin.nix +++ b/pkgs/by-name/sp/spotify/darwin.nix @@ -11,14 +11,14 @@ stdenv.mkDerivation { inherit pname; - version = "1.2.92.147"; + version = "1.2.94.583"; # WARNING: This Wayback Machine URL redirects to the closest timestamp. # Future maintainers must manually check the timestamp exists and exactly matches at: # https://web.archive.org/web/*/https://download.scdn.co/SpotifyARM64.dmg src = fetchurl { - url = "https://web.archive.org/web/20260607203830/https://download.scdn.co/SpotifyARM64.dmg"; - hash = "sha256-rQuvF7LWHBR3q8GJQWO671n1NRDKinQps+zYfXPktrU="; + url = "https://web.archive.org/web/20260712124054/https://download.scdn.co/SpotifyARM64.dmg"; + hash = "sha256-euPw73U9VWSppHFoB8JPHqOFFop66S0bbcVaJty/gY4="; }; nativeBuildInputs = [ undmg ];