From e8f40168fbd024866f22e2c8d18fe040e3691022 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Thu, 11 Sep 2025 11:02:11 -0400 Subject: [PATCH] spotify/darwin: add warning to check timestamp --- pkgs/by-name/sp/spotify/darwin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/sp/spotify/darwin.nix b/pkgs/by-name/sp/spotify/darwin.nix index 82dac7568b5a..896897c656c2 100644 --- a/pkgs/by-name/sp/spotify/darwin.nix +++ b/pkgs/by-name/sp/spotify/darwin.nix @@ -14,6 +14,10 @@ stdenv.mkDerivation { version = "1.2.72.438"; src = + # 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 + # https://web.archive.org/web/*/https://download.scdn.co/Spotify.dmg if stdenv.hostPlatform.isAarch64 then (fetchurl { url = "https://web.archive.org/web/20250912003756/https://download.scdn.co/SpotifyARM64.dmg";