1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #22682 from xwvvvvwx/update-spotify

spotify: 1.0.47.13 -> 1.0.49.125
This commit is contained in:
Graham Christensen 2017-02-11 16:34:47 -05:00 committed by GitHub
commit 3684b6b52c

View file

@ -6,7 +6,9 @@ assert stdenv.system == "x86_64-linux";
let
# Please update the stable branch!
version = "1.0.48.103.g15edf1ec-94";
# 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";
deps = [
alsaLib
@ -51,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 = "0rpwxgxv2ihfhlri98k4n87ynlcp569gm9q6hd8jg0vd2jgji8b3";
sha256 = "1sqi79yj503y4b7pfvr6xi0i8g7hj01hkhn0vpkc3y3jz5c0ih9g";
};
buildInputs = [ dpkg makeWrapper ];