Skip to content

Commit 61da89b

Browse files
committedDec 20, 2017
spotify: 1.0.64 -> 1.0.69
1 parent 867b0fd commit 61da89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/audio/spotify/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let
99
# Latest version number can be found at:
1010
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
1111
# Be careful not to pick the testing version.
12-
version = "1.0.64.407.g9bd02c2d-26";
12+
version = "1.0.69.336.g7edcc575-39";
1313

1414
deps = [
1515
alsaLib
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
5454

5555
src = fetchurl {
5656
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
57-
sha256 = "0zc8vclf1wx60yllc1jgzhqyv5lkwz95qmmy5f79zkj6vrdak5wc";
57+
sha256 = "0bh2q7g478g7wj661fypxcbhrbq87zingfyigg7rz1shgsgwc3gd";
5858
};
5959

6060
buildInputs = [ dpkg makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.