Skip to content

Commit

Permalink
spotify: 1.0.77.338.g758ebd78-41 -> 1.0.79.223.g92622cc2-21
Browse files Browse the repository at this point in the history
(cherry picked from commit 6cd06ae)
  • Loading branch information
flokli authored and edolstra committed May 22, 2018
1 parent e09c0ad commit 729da53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/spotify/default.nix
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.77.338.g758ebd78-41";
version = "1.0.79.223.g92622cc2-21";

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 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606";
sha256 = "1x1rpprzin4cmz1spzw036b4phd0yk1v7idlrcy4pkv97b4g5dw6";
};

buildInputs = [ dpkg makeWrapper ];
Expand Down

0 comments on commit 729da53

Please sign in to comment.