···105105 # If an update breaks things, one of those might have valuable info:
106106 # https://aur.archlinux.org/packages/spotify/
107107 # https://community.spotify.com/t5/Desktop-Linux
108108- version = "1.2.60.564.gcc6305cb";
108108+ version = "1.2.63.394.g126b0d89";
109109110110 # To get the latest stable revision:
111111 # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated'
···113113 # curl -H 'Snap-Device-Series: 16' 'https://api.snapcraft.io/v2/snaps/info/spotify' | jq '.'
114114 # More examples of api usage:
115115 # https://github.com/canonical-websites/snapcraft.io/blob/master/webapp/publisher/snaps/views.py
116116- rev = "87";
116116+ rev = "88";
117117118118 # fetch from snapcraft instead of the debian repository most repos fetch from.
119119 # That is a bit more cumbersome. But the debian repository only keeps the last
···126126 src = fetchurl {
127127 name = "spotify-${finalAttrs.version}-${finalAttrs.rev}.snap";
128128 url = "https://api.snapcraft.io/api/v1/snaps/download/pOBIoZ2LrCB3rDohMxoYGnbN14EHOgD7_${finalAttrs.rev}.snap";
129129- hash = "sha512-hdJOko/0EHkPiNgWO+WB3nP+0MO9D2fxgM/X/Ri6fM1ODJxz3XYY84Xf2Ru6iGqdA9XUNRcd/qi+Gfaj9Ez0Ug==";
129129+ hash = "sha512-3Jk2YDXSKGJ8hGATGMt8KbOQul1VK/YApmq5j/BWBPjzRVn/j9etzIsYMWCFjpWf4KSvlrZnKuq3gL6SRyDsUA==";
130130 };
131131132132 nativeBuildInputs = [