Spotify: 1.0.47 -> 1.0.48

This commit is contained in:
Danny Arnold 2017-02-04 18:27:22 +01:00
parent f66d7823ec
commit 42fd61b660

View File

@ -6,7 +6,7 @@ assert stdenv.system == "x86_64-linux";
let
# Please update the stable branch!
version = "1.0.47.13.gd8e05b1f-47";
version = "1.0.48.103.g15edf1ec-94";
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 = "0079vq2nw07795jyqrjv68sc0vqjy6abjh6jjd5cg3hqlxdf4ckz";
sha256 = "0rpwxgxv2ihfhlri98k4n87ynlcp569gm9q6hd8jg0vd2jgji8b3";
};
buildInputs = [ dpkg makeWrapper ];