spotify: 1.0.72.117 -> 1.0.77.338
This commit is contained in:
parent
606c9fcdf8
commit
e9e823c178
|
@ -9,7 +9,7 @@ let
|
|||
# Latest version number can be found at:
|
||||
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
|
||||
# Be careful not to pick the testing version.
|
||||
version = "1.0.72.117.g6bd7cc73-35";
|
||||
version = "1.0.77.338.g758ebd78-41";
|
||||
|
||||
deps = [
|
||||
alsaLib
|
||||
|
@ -54,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 = "0yicwvg6jx8r657ff53326akq3g4ayiinlracjw5jrcs8x9whjap";
|
||||
sha256 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg makeWrapper ];
|
||||
|
|
|
@ -17799,6 +17799,9 @@ with pkgs;
|
|||
inherit (gnome2) GConf;
|
||||
libgcrypt = libgcrypt_1_5;
|
||||
libpng = libpng12;
|
||||
curl = curl.override {
|
||||
sslSupport = false; gnutlsSupport = true;
|
||||
};
|
||||
};
|
||||
|
||||
libspotify = callPackage ../development/libraries/libspotify {
|
||||
|
|
Loading…
Reference in New Issue