1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

spotify: 1.0.47 -> 1.0.48

This commit is contained in:
Thomas Tuegel 2017-01-31 10:34:47 -06:00
parent 44cbb0f54d
commit fa1e8ffa76
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -6,7 +6,7 @@ assert stdenv.system == "x86_64-linux";
let
# Please update the stable branch!
version = "1.0.47.13.gd8e05b1f-47";
version = "1.0.48.103.g15edf1ec-94";
deps = [
alsaLib
@ -51,7 +51,7 @@ stdenv.mkDerivation {
src =
fetchurl {
url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
sha256 = "0079vq2nw07795jyqrjv68sc0vqjy6abjh6jjd5cg3hqlxdf4ckz";
sha256 = "0rpwxgxv2ihfhlri98k4n87ynlcp569gm9q6hd8jg0vd2jgji8b3";
};
buildInputs = [ dpkg makeWrapper ];