summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-02-23 22:19:16 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-02-23 22:20:49 +0100
commit52eab0376cdfb5282c5c0147f3286c36ffed88aa (patch)
tree81e282e2ee30842938cc7ab3062f3c6a116c428d /pkgs/applications/audio
parent04dcda3da4f3816ee8d0106c96961000b0f8da2f (diff)
spotify: 1.0.49.125.g72ee7853-83 -> 1.0.49.125.g72ee7853-111
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 72514d7b67b0..affb574d60bd 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.49.125.g72ee7853-83";
+ version = "1.0.49.125.g72ee7853-111";
deps = [
alsaLib
@@ -53,7 +53,7 @@ stdenv.mkDerivation {
src =
fetchurl {
url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
- sha256 = "1sqi79yj503y4b7pfvr6xi0i8g7hj01hkhn0vpkc3y3jz5c0ih9g";
+ sha256 = "0l008x06d257vcw6gq3q90hvv93cq6mxpj11by1np6bzzg61qv8x";
};
buildInputs = [ dpkg makeWrapper ];