spotify: 1.0.49.125.g72ee7853-83 -> 1.0.49.125.g72ee7853-111

This commit is contained in:
Bjørn Forsman 2017-02-23 22:19:16 +01:00
parent 04dcda3da4
commit 52eab0376c

View File

@ -8,7 +8,7 @@ let
# Please update the stable branch!
# Latest version number can be found at:
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
version = "1.0.49.125.g72ee7853-83";
version = "1.0.49.125.g72ee7853-111";
deps = [
alsaLib
@ -53,7 +53,7 @@ stdenv.mkDerivation {
src =
fetchurl {
url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
sha256 = "1sqi79yj503y4b7pfvr6xi0i8g7hj01hkhn0vpkc3y3jz5c0ih9g";
sha256 = "0l008x06d257vcw6gq3q90hvv93cq6mxpj11by1np6bzzg61qv8x";
};
buildInputs = [ dpkg makeWrapper ];