Skip to content

Commit

Permalink
spotify: 1.0.47.13 -> 1.0.49.125
Browse files Browse the repository at this point in the history
  • Loading branch information
David Terry committed Feb 11, 2017
1 parent 89db3a0 commit cb4e891
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/audio/spotify/default.nix
Expand Up @@ -6,7 +6,9 @@ assert stdenv.system == "x86_64-linux";

let
# Please update the stable branch!
version = "1.0.48.103.g15edf1ec-94";
# 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";

deps = [
alsaLib
Expand Down Expand Up @@ -51,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 = "0rpwxgxv2ihfhlri98k4n87ynlcp569gm9q6hd8jg0vd2jgji8b3";
sha256 = "1sqi79yj503y4b7pfvr6xi0i8g7hj01hkhn0vpkc3y3jz5c0ih9g";
};

buildInputs = [ dpkg makeWrapper ];
Expand Down

0 comments on commit cb4e891

Please sign in to comment.