spotify/darwin: 1.2.70.409 -> 1.2.72.438
This commit is contained in:
@@ -11,18 +11,18 @@
|
||||
stdenv.mkDerivation {
|
||||
inherit pname;
|
||||
|
||||
version = "1.2.70.409";
|
||||
version = "1.2.72.438";
|
||||
|
||||
src =
|
||||
if stdenv.hostPlatform.isAarch64 then
|
||||
(fetchurl {
|
||||
url = "https://web.archive.org/web/20250826093914/https://download.scdn.co/SpotifyARM64.dmg";
|
||||
hash = "sha256-bs+rSMfIFG0FyHGDUtuk6tSbd5l6r6qUNH20hQQjZC0=";
|
||||
url = "https://web.archive.org/web/20250912003756/https://download.scdn.co/SpotifyARM64.dmg";
|
||||
hash = "sha256-K+dwlT4hd/SWbQT23ESZY8gGQ8bf5x5CpepMz5Wd6Ng=";
|
||||
})
|
||||
else
|
||||
(fetchurl {
|
||||
url = "https://web.archive.org/web/20250826093142/https://download.scdn.co/Spotify.dmg";
|
||||
hash = "sha256-i1mHX7zo/07sHrGm8c6SQdFekRuJXOmqCcOk2IYPeLI=";
|
||||
url = "https://web.archive.org/web/20250912003614/https://download.scdn.co/Spotify.dmg";
|
||||
hash = "sha256-qGoU8wWfuGvAZR4/998kvoPTqkaJPHASTRyZL8Kitzs=";
|
||||
});
|
||||
|
||||
nativeBuildInputs = [ undmg ];
|
||||
|
||||
Reference in New Issue
Block a user