Unverified Commit 8172e83e authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

spotify/darwin: 1.2.74.477 -> 1.2.75.510 (#456871)

parents e92abfa9 71953915
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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 ];