From bc96e2f43b34c1dd4c737120f03cf583f903e918 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sun, 17 Mar 2019 15:27:41 +0100 Subject: spotify: link useful resources Unfortunately, spotify tends to break on updates. --- pkgs/applications/audio/spotify/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix index 6d0c21d6641b..060c1dc5d4dd 100644 --- a/pkgs/applications/audio/spotify/default.nix +++ b/pkgs/applications/audio/spotify/default.nix @@ -7,6 +7,9 @@ let # TO UPDATE: just execute the ./update.sh script (won't do anything if there is no update) # "rev" decides what is actually being downloaded + # If an update breaks things, one of those might have valuable info: + # https://aur.archlinux.org/packages/spotify/ + # https://community.spotify.com/t5/Desktop-Linux version = "1.0.96.181.gf6bc1b6b-12"; # To get the latest stable revision: # curl -H 'X-Ubuntu-Series: 16' 'https://api.snapcraft.io/api/v1/snaps/details/spotify?channel=stable' | jq '.download_url,.version,.last_updated' -- cgit 1.4.1