spotify: 1.0.33 -> 1.0.34

This commit is contained in:
laMudri 2016-08-06 13:01:35 +01:00
parent af8b7d3a28
commit 369ce2f7d1
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
assert stdenv.system == "x86_64-linux";
let
version = "1.0.33.106.g60b5d1f0-22";
version = "1.0.34.146.g28f9eda2-19";
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 = "1hr127wnd45pyqj7j6dzinj2rcqjmv5gr26i9g43r6qp5cw1fc0f";
sha256 = "1pks9b83aj6y3c3jlmll0rs05yk15r49v0v4amm950z68v182a5g";
};
buildInputs = [ dpkg makeWrapper ];