mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
spotify: 1.0.47 -> 1.0.48
This commit is contained in:
parent
44cbb0f54d
commit
fa1e8ffa76
|
@ -6,7 +6,7 @@ assert stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
let
|
let
|
||||||
# Please update the stable branch!
|
# Please update the stable branch!
|
||||||
version = "1.0.47.13.gd8e05b1f-47";
|
version = "1.0.48.103.g15edf1ec-94";
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
alsaLib
|
alsaLib
|
||||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation {
|
||||||
src =
|
src =
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
|
url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
|
||||||
sha256 = "0079vq2nw07795jyqrjv68sc0vqjy6abjh6jjd5cg3hqlxdf4ckz";
|
sha256 = "0rpwxgxv2ihfhlri98k4n87ynlcp569gm9q6hd8jg0vd2jgji8b3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dpkg makeWrapper ];
|
buildInputs = [ dpkg makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue