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

spotify: 1.0.43.125 -> 1.0.45.182

This commit is contained in:
Marcin Janczyk 2016-12-18 13:15:32 +01:00 committed by Joachim F
parent 178b9e2734
commit d6aa35d589

View file

@ -6,7 +6,7 @@ assert stdenv.system == "x86_64-linux";
let
# Please update the stable branch!
version = "1.0.43.125.g376063c5-91";
version = "1.0.45.182.gbbd5909f-72";
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 = "1qkyfqi6dy8sggq8kakl6y03l6w2fcxb22ya3kxb4d468bifss3v";
sha256 = "0vpwwla5vrx5ryx434a486l8vcgr1vxh28ri6ab4f28xrz16ipys";
};
buildInputs = [ dpkg makeWrapper ];