spotify/darwin: 1.2.40.599.g606b7f29 -> 1.2.64.408

This commit is contained in:
Michael Hoang 2025-05-22 23:28:04 +10:00
parent afa43e1383
commit 795e317647

View file

@ -11,18 +11,18 @@
stdenv.mkDerivation {
inherit pname;
version = "1.2.40.599.g606b7f29";
version = "1.2.64.408";
src =
if stdenv.hostPlatform.isAarch64 then
(fetchurl {
url = "https://web.archive.org/web/20240622065234/https://download.scdn.co/SpotifyARM64.dmg";
hash = "sha256-mmjxKYmsX0rFlIU19JOfPbNgOhlcZs5slLUhDhlON1c=";
url = "https://web.archive.org/web/20250522123639/https://download.scdn.co/SpotifyARM64.dmg";
hash = "sha256-28T+AxhnM1K6W50JUu9RdFRKsBRDTQulKK2+kk2RTMQ=";
})
else
(fetchurl {
url = "https://web.archive.org/web/20240622065548/https://download.scdn.co/Spotify.dmg";
hash = "sha256-hvS0xnmJQoQfNJRFsLBQk8AJjDOzDy+OGwNOq5Ms/O0=";
url = "https://web.archive.org/web/20250522130546/https://download.scdn.co/Spotify.dmg";
hash = "sha256-P8itkT2w7xQl0WfMLcNHgi1zcoYMqOdGmNDXdwhZBUs=";
});
nativeBuildInputs = [ undmg ];