Loading pkgs/applications/audio/spotify/darwin.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,17 +9,17 @@ stdenv.mkDerivation { inherit pname; version = "1.1.97.962.g24733a46"; version = "1.2.15.828.g79f41970"; src = if stdenv.isAarch64 then ( fetchurl { url = "https://web.archive.org/web/20221101120432/https://download.scdn.co/SpotifyARM64.dmg"; sha256 = "sha256-8WDeVRgaZXuUa95PNa15Cuul95ynklBaZpuq+U1eGTU="; url = "https://web.archive.org/web/20230710021420/https://download.scdn.co/SpotifyARM64.dmg"; sha256 = "sha256-1X0Mln47uYs5l1t+5BFBk5lLnXZgnSqZLX41yA91I0s="; }) else ( fetchurl { url = "https://web.archive.org/web/20221101120647/https://download.scdn.co/Spotify.dmg"; sha256 = "sha256-uPpD8Hv70FlaSjtt9rq5ntI64agxG8+/LNEvRe4ocJ4="; url = "https://web.archive.org/web/20230710021726/https://download.scdn.co/Spotify.dmg"; sha256 = "sha256-CmKZx8Ad0w6STBN0O4Sc4XqidOM6fCl74u2sI8w+Swk="; }); nativeBuildInputs = [ undmg ]; Loading Loading
pkgs/applications/audio/spotify/darwin.nix +5 −5 Original line number Diff line number Diff line Loading @@ -9,17 +9,17 @@ stdenv.mkDerivation { inherit pname; version = "1.1.97.962.g24733a46"; version = "1.2.15.828.g79f41970"; src = if stdenv.isAarch64 then ( fetchurl { url = "https://web.archive.org/web/20221101120432/https://download.scdn.co/SpotifyARM64.dmg"; sha256 = "sha256-8WDeVRgaZXuUa95PNa15Cuul95ynklBaZpuq+U1eGTU="; url = "https://web.archive.org/web/20230710021420/https://download.scdn.co/SpotifyARM64.dmg"; sha256 = "sha256-1X0Mln47uYs5l1t+5BFBk5lLnXZgnSqZLX41yA91I0s="; }) else ( fetchurl { url = "https://web.archive.org/web/20221101120647/https://download.scdn.co/Spotify.dmg"; sha256 = "sha256-uPpD8Hv70FlaSjtt9rq5ntI64agxG8+/LNEvRe4ocJ4="; url = "https://web.archive.org/web/20230710021726/https://download.scdn.co/Spotify.dmg"; sha256 = "sha256-CmKZx8Ad0w6STBN0O4Sc4XqidOM6fCl74u2sI8w+Swk="; }); nativeBuildInputs = [ undmg ]; Loading