spotify: 1.0.36 -> 1.0.37

This commit is contained in:
Thomas Tuegel 2016-09-02 07:26:20 -05:00
parent 79d673e21c
commit 7bc711e0a7
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -5,7 +5,8 @@
assert stdenv.system == "x86_64-linux";
let
version = "1.0.36.120.g536a862f-20";
# Please update the stable branch!
version = "1.0.37.152.gc83ea995-42";
deps = [
alsaLib
@ -50,7 +51,7 @@ stdenv.mkDerivation {
src =
fetchurl {
url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
sha256 = "03r4hz4x4f3zmp6dsv1n72y5q01d7mfqvaaxqvd587a5561gahf0";
sha256 = "00hd5q3cn9dzgphkpswd5y06k9phiqhhmb3frwdkcnb1d4pnp9cx";
};
buildInputs = [ dpkg makeWrapper ];