summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2013-06-25 12:19:38 +0200
committerRickard Nilsson <rickynils@gmail.com>2013-06-25 12:20:11 +0200
commit266da813a3cba3462394e05c5bda97fb858a7fcc (patch)
tree58455b16af84dec05e8e28ce0906b5ae49573fac /pkgs/applications/audio
parent270da328b94caaf6ef5a29fdeecc872f3a25d7da (diff)
downloadnixlib-266da813a3cba3462394e05c5bda97fb858a7fcc.tar
nixlib-266da813a3cba3462394e05c5bda97fb858a7fcc.tar.gz
nixlib-266da813a3cba3462394e05c5bda97fb858a7fcc.tar.bz2
nixlib-266da813a3cba3462394e05c5bda97fb858a7fcc.tar.lz
nixlib-266da813a3cba3462394e05c5bda97fb858a7fcc.tar.xz
nixlib-266da813a3cba3462394e05c5bda97fb858a7fcc.tar.zst
nixlib-266da813a3cba3462394e05c5bda97fb858a7fcc.zip
spotify: Update to 0.9.1.55
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/spotify/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 36c6c2ca9cdf..ccdfcbb3d992 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -3,7 +3,7 @@
 assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
 
 let
-  version = "0.9.0.133";
+  version = "0.9.1.55";
   qt4webkit =
     if stdenv.system == "i686-linux" then
       fetchurl {
@@ -25,13 +25,13 @@ stdenv.mkDerivation {
   src =
     if stdenv.system == "i686-linux" then
       fetchurl {
-        url = "http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_${version}.gd18ed58.259-1_i386.deb";
-        sha256 = "15kbwll63pm99262f7xq1z0c5bwmk5cz46pkh8xd5xsqxlsvvv1n";
+        url = "http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_${version}.gbdd3b79.203-1_i386.deb";
+        sha256 = "1sls4gb85700126bbk4sz73ipa2rjcinmpnsi78q0bsdj365y2wc";
       }
     else if stdenv.system == "x86_64-linux" then
       fetchurl {
-        url = "http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_${version}.gd18ed58.259-1_amd64.deb";
-        sha256 = "0l3nikhf4hyj6z7639s668kd806730va005rwqcxvymxddcbcp03";
+        url = "http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_${version}.gbdd3b79.203-1_amd64.deb";
+        sha256 = "10pzj3p8bjbxh9nnm4qc5s1hn9nh7hgh3vbwm0xblj9rn71wl03y";
       }
     else throw "Spotify not supported on this platform.";