summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify
diff options
context:
space:
mode:
authorThéophane Hufschmitt <theophane.hufschmitt@polytechnique.org>2016-08-11 17:26:32 +0200
committerThéophane Hufschmitt <theophane.hufschmitt@polytechnique.org>2016-08-11 17:28:38 +0200
commit1ecab4189f1e8cccebdca80c04439517884fcf36 (patch)
tree99046fae64afa858dc14ccd2c4451ff51d66d8d1 /pkgs/applications/audio/spotify
parentd4de02c46e04103ff51c42dcd0165aa5e548e5d1 (diff)
downloadnixlib-1ecab4189f1e8cccebdca80c04439517884fcf36.tar
nixlib-1ecab4189f1e8cccebdca80c04439517884fcf36.tar.gz
nixlib-1ecab4189f1e8cccebdca80c04439517884fcf36.tar.bz2
nixlib-1ecab4189f1e8cccebdca80c04439517884fcf36.tar.lz
nixlib-1ecab4189f1e8cccebdca80c04439517884fcf36.tar.xz
nixlib-1ecab4189f1e8cccebdca80c04439517884fcf36.tar.zst
nixlib-1ecab4189f1e8cccebdca80c04439517884fcf36.zip
spotify : 1.0.34.146.g28f9eda2-19 -> 1.0.36.120.g536a862f-20
Diffstat (limited to 'pkgs/applications/audio/spotify')
-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 483527c8fa8c..0cd5c1997518 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -5,7 +5,7 @@
 assert stdenv.system == "x86_64-linux";
 
 let
-  version = "1.0.34.146.g28f9eda2-19";
+  version = "1.0.36.120.g536a862f-20";
 
   deps = [
     alsaLib
@@ -50,7 +50,7 @@ stdenv.mkDerivation {
   src =
     fetchurl {
       url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
-      sha256 = "1pks9b83aj6y3c3jlmll0rs05yk15r49v0v4amm950z68v182a5g";
+      sha256 = "03r4hz4x4f3zmp6dsv1n72y5q01d7mfqvaaxqvd587a5561gahf0";
     };
 
   buildInputs = [ dpkg makeWrapper ];