forked from mirrors/nixpkgs
spotify: 1.0.37.152 -> 1.0.38.171
This commit is contained in:
parent
7bda74f676
commit
8e83bb4220
|
@ -6,7 +6,7 @@ assert stdenv.system == "x86_64-linux";
|
|||
|
||||
let
|
||||
# Please update the stable branch!
|
||||
version = "1.0.37.152.gc83ea995-42";
|
||||
version = "1.0.38.171.g5e1cd7b2-22";
|
||||
|
||||
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 = "00hd5q3cn9dzgphkpswd5y06k9phiqhhmb3frwdkcnb1d4pnp9cx";
|
||||
sha256 = "0mhrbcw92g11czwcclnbwz1pk1jgap4xlya7dqsrcyb50azmv450";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue