summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-23 18:41:47 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-05-23 18:41:47 -0500
commitb7290d3af5f9ea27ed4e60635bae469899e5e83e (patch)
treee6b5bf7ee99b2416f23083b3369eadb18ad45afa /pkgs/applications/audio
parent46a2da876637f2be699557571605c47bc9d2b62f (diff)
downloadnixlib-b7290d3af5f9ea27ed4e60635bae469899e5e83e.tar
nixlib-b7290d3af5f9ea27ed4e60635bae469899e5e83e.tar.gz
nixlib-b7290d3af5f9ea27ed4e60635bae469899e5e83e.tar.bz2
nixlib-b7290d3af5f9ea27ed4e60635bae469899e5e83e.tar.lz
nixlib-b7290d3af5f9ea27ed4e60635bae469899e5e83e.tar.xz
nixlib-b7290d3af5f9ea27ed4e60635bae469899e5e83e.tar.zst
nixlib-b7290d3af5f9ea27ed4e60635bae469899e5e83e.zip
spotify: 1.0.53.758 -> 1.0.55.487
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/spotify/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 765f0e9e5a79..e5dbf0aab84d 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -8,7 +8,7 @@ let
   # Please update the stable branch!
   # Latest version number can be found at:
   # http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
-  version = "1.0.53.758.gde3fc4b2-33";
+  version = "1.0.55.487.g256699aa-16";
 
   deps = [
     alsaLib
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
-    sha256 = "1sh6bv23yx0fcbmf60c2yyi6411ij85k4jalpjlck2w26nfj1b3g";
+    sha256 = "09rhm0jp5prcvyf8zpw4pl422yiy8nkazcjc3lv61ngpznk3n1r0";
   };
 
   buildInputs = [ dpkg makeWrapper ];