Skip to content

Commit 916970f

Browse files
hirnpfirsichMic92
authored andcommittedJun 24, 2017
spotify: 1.0.55.487.g256699aa-16 -> 1.0.57.474.gca9c9538-30 (#26794)
(cherry picked from commit 2c6fbc7)
1 parent c841128 commit 916970f

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
@@ -8,7 +8,7 @@ let
88
# Please update the stable branch!
99
# Latest version number can be found at:
1010
# http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
11-
version = "1.0.55.487.g256699aa-16";
11+
version = "1.0.57.474.gca9c9538-30";
1212

1313
deps = [
1414
alsaLib
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
5353

5454
src = fetchurl {
5555
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
56-
sha256 = "09rhm0jp5prcvyf8zpw4pl422yiy8nkazcjc3lv61ngpznk3n1r0";
56+
sha256 = "fe46f2084c45c756bee366f744d2821d79e82866b19942e30bb2a20c1e597437";
5757
};
5858

5959
buildInputs = [ dpkg makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.