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 ];