Skip to content

Commit

Permalink
spotify: 1.0.43.125 -> 1.0.45.182
Browse files Browse the repository at this point in the history
(cherry picked from commit d6aa35d)
Old source is 404
  • Loading branch information
Marcin Janczyk authored and joachifm committed Dec 18, 2016
1 parent 398e3ad commit 9760178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/spotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit 9760178

Please sign in to comment.