File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 # If an update breaks things, one of those might have valuable info:
5353 # https://aur.archlinux.org/packages/spotify/
5454 # https://community.spotify.com/t5/Desktop-Linux
55- version = "1.2.48.405.gf2c48e6f " ;
55+ version = "1.2.59.514.g834e17d4 " ;
5656 # To get the latest stable revision:
5757 # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated'
5858 # To get general information:
5959 # curl -H 'Snap-Device-Series: 16' 'https://api.snapcraft.io/v2/snaps/info/spotify' | jq '.'
6060 # More examples of api usage:
6161 # https://github.com/canonical-websites/snapcraft.io/blob/master/webapp/publisher/snaps/views.py
62- rev = "80 " ;
62+ rev = "86 " ;
6363
6464 deps = [
6565 alsa-lib
@@ -126,7 +126,7 @@ stdenv.mkDerivation {
126126 src = fetchurl {
127127 name = "spotify-${ version } -${ rev } .snap" ;
128128 url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${ rev } .snap" ;
129- hash = "sha512-Ej9SEhZhssQiH1srcgUW5lQuUNg+htudV7mcnK6o0pW5PiBYZ6qOPEIZ/1tZzD9xkUJ8hCq08fJMB8NQ12KXMg ==" ;
129+ hash = "sha512-b9VlPwZ6JJ7Kt2p0ji1qtTJQHZE9d4KBO3iqQwsYh6k+ljtV/mSdinZi+B//Yb+KXhMErd0oaVzIpCCMqft6FQ ==" ;
130130 } ;
131131
132132 nativeBuildInputs = [
Original file line number Diff line number Diff line change 2020
2121channel=" ${1:- stable} " # stable/candidate/edge
2222nixpkgs=" $( git rev-parse --show-toplevel) "
23- spotify_nix=" $nixpkgs /pkgs/applications/audio /spotify/linux.nix"
23+ spotify_nix=" $nixpkgs /pkgs/by-name/sp /spotify/linux.nix"
2424
2525
2626#
You can’t perform that action at this time.
0 commit comments