about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2017-07-22 15:11:06 +0200
committerSarah Brofeldt <sbrofeldt@gmail.com>2017-07-23 12:27:20 +0200
commitef672008e18a6a8e029a00b066edd766b679fb9f (patch)
treef53eb1f93ef6cb2f5c02d8d24e98750bfec95e29 /pkgs/applications/audio/spotify
parent1e1472ed93e1256dfdac4908ae8edcb90ceff21c (diff)
downloadnixlib-ef672008e18a6a8e029a00b066edd766b679fb9f.tar
nixlib-ef672008e18a6a8e029a00b066edd766b679fb9f.tar.gz
nixlib-ef672008e18a6a8e029a00b066edd766b679fb9f.tar.bz2
nixlib-ef672008e18a6a8e029a00b066edd766b679fb9f.tar.lz
nixlib-ef672008e18a6a8e029a00b066edd766b679fb9f.tar.xz
nixlib-ef672008e18a6a8e029a00b066edd766b679fb9f.tar.zst
nixlib-ef672008e18a6a8e029a00b066edd766b679fb9f.zip
spotify: 1.0.57.474.gca9c9538-30 -> 1.0.49.125.g72ee7853-111 (downgrade)
clarify note about stable and testing versions
Diffstat (limited to 'pkgs/applications/audio/spotify')
-rw-r--r--pkgs/applications/audio/spotify/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 266e221649e4..ad0f7ee14c5a 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -8,7 +8,8 @@ let
   # Please update the stable branch!
   # Latest version number can be found at:
   # http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
-  version = "1.0.57.474.gca9c9538-30";
+  # Be careful not to pick the testing version.
+  version = "1.0.49.125.g72ee7853-111";
 
   deps = [
     alsaLib
@@ -53,7 +54,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
-    sha256 = "fe46f2084c45c756bee366f744d2821d79e82866b19942e30bb2a20c1e597437";
+    sha256 = "0l008x06d257vcw6gq3q90hvv93cq6mxpj11by1np6bzzg61qv8x";
   };
 
   buildInputs = [ dpkg makeWrapper ];