spotify/darwin: 1.2.74.477 -> 1.2.75.510

This commit is contained in:
Rafael Ieda
2025-10-29 22:51:28 -03:00
parent 061c55856b
commit 7195391507
+5 -5
View File
@@ -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 ];