about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorUtku Demir <me@utdemir.com>2018-04-13 09:04:46 +1200
committerUtku Demir <me@utdemir.com>2018-04-13 09:26:03 +1200
commite9e823c178d70b8562094ee07786e7483952919b (patch)
tree059257e964cebb94aa960d8d467267d9e20af392 /pkgs/applications/audio
parent606c9fcdf859f5d685999f2fdc2d0a143c473f3a (diff)
downloadnixlib-e9e823c178d70b8562094ee07786e7483952919b.tar
nixlib-e9e823c178d70b8562094ee07786e7483952919b.tar.gz
nixlib-e9e823c178d70b8562094ee07786e7483952919b.tar.bz2
nixlib-e9e823c178d70b8562094ee07786e7483952919b.tar.lz
nixlib-e9e823c178d70b8562094ee07786e7483952919b.tar.xz
nixlib-e9e823c178d70b8562094ee07786e7483952919b.tar.zst
nixlib-e9e823c178d70b8562094ee07786e7483952919b.zip
spotify: 1.0.72.117 -> 1.0.77.338
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 7b78ceddda29..87bf440ed4f3 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -9,7 +9,7 @@ let
   # Latest version number can be found at:
   # http://repository-origin.spotify.com/pool/non-free/s/spotify-client/
   # Be careful not to pick the testing version.
-  version = "1.0.72.117.g6bd7cc73-35";
+  version = "1.0.77.338.g758ebd78-41";
 
   deps = [
     alsaLib
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
-    sha256 = "0yicwvg6jx8r657ff53326akq3g4ayiinlracjw5jrcs8x9whjap";
+    sha256 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606";
   };
 
   buildInputs = [ dpkg makeWrapper ];