summary refs log tree commit diff
diff options
context:
space:
mode:
authorDer Pfirsich <gregor.michels@web.de>2017-06-24 21:41:05 +0200
committerJörg Thalheim <Mic92@users.noreply.github.com>2017-06-24 20:41:05 +0100
commit2c6fbc737f84186f4bce5458e820dcff393da4f0 (patch)
tree4cd6c42099f696b316fc168ff383090b7f318af2
parent9929e83607ddf6f71a54281955a34ad7505c3a75 (diff)
downloadnixlib-2c6fbc737f84186f4bce5458e820dcff393da4f0.tar
nixlib-2c6fbc737f84186f4bce5458e820dcff393da4f0.tar.gz
nixlib-2c6fbc737f84186f4bce5458e820dcff393da4f0.tar.bz2
nixlib-2c6fbc737f84186f4bce5458e820dcff393da4f0.tar.lz
nixlib-2c6fbc737f84186f4bce5458e820dcff393da4f0.tar.xz
nixlib-2c6fbc737f84186f4bce5458e820dcff393da4f0.tar.zst
nixlib-2c6fbc737f84186f4bce5458e820dcff393da4f0.zip
spotify: 1.0.55.487.g256699aa-16 -> 1.0.57.474.gca9c9538-30 (#26794)
-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 e5dbf0aab84d..266e221649e4 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.55.487.g256699aa-16";
+  version = "1.0.57.474.gca9c9538-30";
 
   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 = "09rhm0jp5prcvyf8zpw4pl422yiy8nkazcjc3lv61ngpznk3n1r0";
+    sha256 = "fe46f2084c45c756bee366f744d2821d79e82866b19942e30bb2a20c1e597437";
   };
 
   buildInputs = [ dpkg makeWrapper ];