about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify/default.nix
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-03-17 15:27:41 +0100
committerTimo Kaufmann <timokau@zoho.com>2019-03-17 15:32:44 +0100
commitbc96e2f43b34c1dd4c737120f03cf583f903e918 (patch)
tree5362891a67d106ebce296340d5a1b23afae52bba /pkgs/applications/audio/spotify/default.nix
parent51a798389fe4c5471d7bdb3da2cf13aec1fc9250 (diff)
downloadnixlib-bc96e2f43b34c1dd4c737120f03cf583f903e918.tar
nixlib-bc96e2f43b34c1dd4c737120f03cf583f903e918.tar.gz
nixlib-bc96e2f43b34c1dd4c737120f03cf583f903e918.tar.bz2
nixlib-bc96e2f43b34c1dd4c737120f03cf583f903e918.tar.lz
nixlib-bc96e2f43b34c1dd4c737120f03cf583f903e918.tar.xz
nixlib-bc96e2f43b34c1dd4c737120f03cf583f903e918.tar.zst
nixlib-bc96e2f43b34c1dd4c737120f03cf583f903e918.zip
spotify: link useful resources
Unfortunately, spotify tends to break on updates.
Diffstat (limited to 'pkgs/applications/audio/spotify/default.nix')
-rw-r--r--pkgs/applications/audio/spotify/default.nix3
1 files changed, 3 insertions, 0 deletions
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'