Skip to content

Commit

Permalink
spotify: 1.0.70.399.g5ffabd56-26 -> 1.0.69.336.g7edcc575-39
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann committed Mar 2, 2018
1 parent 51f6a94 commit 7d7d25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/spotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
# Latest version number can be found at:
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
# Be careful not to pick the testing version.
version = "1.0.70.399.g5ffabd56-26";
version = "1.0.69.336.g7edcc575-39";

deps = [
alsaLib
Expand Down Expand Up @@ -54,7 +54,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
sha256 = "0kpakz11xkyqqjvln4jkhc3z5my8zgpw8m6jx954cjdbc6vkxd29";
sha256 = "0bh2q7g478g7wj661fypxcbhrbq87zingfyigg7rz1shgsgwc3gd";
};

buildInputs = [ dpkg makeWrapper ];
Expand Down

0 comments on commit 7d7d25f

Please sign in to comment.