spotify: 1.0.77.338.g758ebd78-41 -> 1.0.79.223.g92622cc2-21

This commit is contained in:
Florian Klink 2018-05-01 19:25:44 +02:00
parent a3bdff3da9
commit 6cd06ae05b

View file

@ -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.77.338.g758ebd78-41";
version = "1.0.79.223.g92622cc2-21";
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 = "1971jc0431pl8yixpl37ryl2l0pqdf0xjvkg59nqdwj3vbdx5606";
sha256 = "1x1rpprzin4cmz1spzw036b4phd0yk1v7idlrcy4pkv97b4g5dw6";
};
buildInputs = [ dpkg makeWrapper ];