Skip to content

Commit

Permalink
spotify: 1.0.47 -> 1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Jan 31, 2017
1 parent 44cbb0f commit fa1e8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/spotify/default.nix
Expand Up @@ -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
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit fa1e8ff

Please sign in to comment.