spotify/darwin: 1.2.64.408 -> 1.2.69.449 (#433211)

This commit is contained in:
Wolfgang Walther 2025-08-16 08:43:50 +00:00 committed by GitHub
commit 0084456afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,18 +11,18 @@
stdenv.mkDerivation { stdenv.mkDerivation {
inherit pname; inherit pname;
version = "1.2.64.408"; version = "1.2.69.449";
src = src =
if stdenv.hostPlatform.isAarch64 then if stdenv.hostPlatform.isAarch64 then
(fetchurl { (fetchurl {
url = "https://web.archive.org/web/20250522123639/https://download.scdn.co/SpotifyARM64.dmg"; url = "https://web.archive.org/web/20250811170447/https://download.scdn.co/SpotifyARM64.dmg";
hash = "sha256-28T+AxhnM1K6W50JUu9RdFRKsBRDTQulKK2+kk2RTMQ="; hash = "sha256-x9lpcQI1kZc4OIvQBhKXmI7t/2DIDbzufZhpNCKTxPA=";
}) })
else else
(fetchurl { (fetchurl {
url = "https://web.archive.org/web/20250522130546/https://download.scdn.co/Spotify.dmg"; url = "https://web.archive.org/web/20250811170211/https://download.scdn.co/Spotify.dmg";
hash = "sha256-P8itkT2w7xQl0WfMLcNHgi1zcoYMqOdGmNDXdwhZBUs="; hash = "sha256-z6pmQ3Wmwnd3YQNf1WPdPNCRxHX1PjqAEt50trGe0Bk=";
}); });
nativeBuildInputs = [ undmg ]; nativeBuildInputs = [ undmg ];