Skip to content

Commit

Permalink
spotify: get source via https instead of plain http
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed Mar 13, 2017
1 parent 26fc26a commit e4eb461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/spotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stdenv.mkDerivation {

src =
fetchurl {
url = "http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_${version}_amd64.deb";
sha256 = "0l008x06d257vcw6gq3q90hvv93cq6mxpj11by1np6bzzg61qv8x";
};

Expand Down

0 comments on commit e4eb461

Please sign in to comment.