spotify: 1.0.37.152 -> 1.0.38.171

This commit is contained in:
Thomas Tuegel 2016-09-27 13:35:54 -05:00
parent 7bda74f676
commit 8e83bb4220
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -6,7 +6,7 @@ assert stdenv.system == "x86_64-linux";
let
# Please update the stable branch!
version = "1.0.37.152.gc83ea995-42";
version = "1.0.38.171.g5e1cd7b2-22";
deps = [
alsaLib
@ -51,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 = "00hd5q3cn9dzgphkpswd5y06k9phiqhhmb3frwdkcnb1d4pnp9cx";
sha256 = "0mhrbcw92g11czwcclnbwz1pk1jgap4xlya7dqsrcyb50azmv450";
};
buildInputs = [ dpkg makeWrapper ];