From 719539150783ed7bb2460203d5efce8ea3ed055f Mon Sep 17 00:00:00 2001 From: Rafael Ieda Date: Wed, 29 Oct 2025 22:51:28 -0300 Subject: [PATCH] spotify/darwin: 1.2.74.477 -> 1.2.75.510 --- 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 3620e348bdbd..eb755a90b8bc 100644 --- a/pkgs/by-name/sp/spotify/darwin.nix +++ b/pkgs/by-name/sp/spotify/darwin.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation { inherit pname; - version = "1.2.74.477"; + version = "1.2.75.510"; src = # WARNING: This Wayback Machine URL redirects to the closest timestamp. @@ -20,13 +20,13 @@ stdenv.mkDerivation { # https://web.archive.org/web/*/https://download.scdn.co/Spotify.dmg if stdenv.hostPlatform.isAarch64 then (fetchurl { - url = "https://web.archive.org/web/20251010104459/https://download.scdn.co/SpotifyARM64.dmg"; - hash = "sha256-0gwoptqLBJBM0qJQ+dGAZdCD6WXzDJEs0BfOxz7f2nQ="; + url = "https://web.archive.org/web/20251029235406/https://download.scdn.co/SpotifyARM64.dmg"; + hash = "sha256-gEZxRBT7Jo2m6pirf+CreJiMeE2mhIkpe9Mv5t0RI58="; }) else (fetchurl { - url = "https://web.archive.org/web/20251010104433/https://download.scdn.co/Spotify.dmg"; - hash = "sha256-8CrhLbnswbuAjRMaan2cTnnOMsr3vpW92IQ00KwPUHo="; + url = "https://web.archive.org/web/20251029235833/https://download.scdn.co/Spotify.dmg"; + hash = "sha256-fhQYm7yMrlvY57gMuWGU31EbWidZ2l9bd44mhokZKTw="; }); nativeBuildInputs = [ undmg ];