forked from mirrors/nixpkgs
spotify: 1.0.47.13 -> 1.0.49.125
This commit is contained in:
parent
89db3a0bc6
commit
cb4e8919c3
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue