Skip to content

Commit b7290d3

Browse files
committedMay 23, 2017
spotify: 1.0.53.758 -> 1.0.55.487
1 parent 46a2da8 commit b7290d3

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.53.758.gde3fc4b2-33";
11+
version = "1.0.55.487.g256699aa-16";
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 = "1sh6bv23yx0fcbmf60c2yyi6411ij85k4jalpjlck2w26nfj1b3g";
56+
sha256 = "09rhm0jp5prcvyf8zpw4pl422yiy8nkazcjc3lv61ngpznk3n1r0";
5757
};
5858

5959
buildInputs = [ dpkg makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.