Skip to content

Commit

Permalink
spotify: 1.0.57.474.gca9c9538-30 -> 1.0.49.125.g72ee7853-111 (downgrade)
Browse files Browse the repository at this point in the history
clarify note about stable and testing versions

(cherry picked from commit ef67200)
  • Loading branch information
srhb authored and Mic92 committed Jul 23, 2017
1 parent 0c1c07e commit e982b64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/audio/spotify/default.nix
Expand Up @@ -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
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit e982b64

Please sign in to comment.