spotify: (darwin) 1.2.92.147 -> 1.2.94.583

This commit is contained in:
éclairevoyant
2026-07-12 09:27:05 -04:00
parent 6aa4fe8366
commit b82c79fbfd

View File

@@ -11,14 +11,14 @@
stdenv.mkDerivation {
inherit pname;
version = "1.2.92.147";
version = "1.2.94.583";
# WARNING: This Wayback Machine URL redirects to the closest timestamp.
# Future maintainers must manually check the timestamp exists and exactly matches at:
# https://web.archive.org/web/*/https://download.scdn.co/SpotifyARM64.dmg
src = fetchurl {
url = "https://web.archive.org/web/20260607203830/https://download.scdn.co/SpotifyARM64.dmg";
hash = "sha256-rQuvF7LWHBR3q8GJQWO671n1NRDKinQps+zYfXPktrU=";
url = "https://web.archive.org/web/20260712124054/https://download.scdn.co/SpotifyARM64.dmg";
hash = "sha256-euPw73U9VWSppHFoB8JPHqOFFop66S0bbcVaJty/gY4=";
};
nativeBuildInputs = [ undmg ];