Skip to content

Commit e982b64

Browse files
srhbMic92
authored andcommittedJul 23, 2017
spotify: 1.0.57.474.gca9c9538-30 -> 1.0.49.125.g72ee7853-111 (downgrade)
clarify note about stable and testing versions (cherry picked from commit ef67200)
1 parent 0c1c07e commit e982b64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎pkgs/applications/audio/spotify/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ let
88
# Please update the stable branch!
99
# Latest version number can be found at:
1010
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
11-
version = "1.0.57.474.gca9c9538-30";
11+
# Be careful not to pick the testing version.
12+
version = "1.0.49.125.g72ee7853-111";
1213

1314
deps = [
1415
alsaLib
@@ -53,7 +54,7 @@ stdenv.mkDerivation {
5354

5455
src = fetchurl {
5556
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
56-
sha256 = "fe46f2084c45c756bee366f744d2821d79e82866b19942e30bb2a20c1e597437";
57+
sha256 = "0l008x06d257vcw6gq3q90hvv93cq6mxpj11by1np6bzzg61qv8x";
5758
};
5859

5960
buildInputs = [ dpkg makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.