We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0c1c07e commit e982b64Copy full SHA for e982b64
pkgs/applications/audio/spotify/default.nix
@@ -8,7 +8,8 @@ let
8
# Please update the stable branch!
9
# Latest version number can be found at:
10
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
11
- version = "1.0.57.474.gca9c9538-30";
+ # Be careful not to pick the testing version.
12
+ version = "1.0.49.125.g72ee7853-111";
13
14
deps = [
15
alsaLib
@@ -53,7 +54,7 @@ stdenv.mkDerivation {
53
54
55
src = fetchurl {
56
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
- sha256 = "fe46f2084c45c756bee366f744d2821d79e82866b19942e30bb2a20c1e597437";
57
+ sha256 = "0l008x06d257vcw6gq3q90hvv93cq6mxpj11by1np6bzzg61qv8x";
58
};
59
60
buildInputs = [ dpkg makeWrapper ];
0 commit comments