spotify: get source via https instead of plain http

This commit is contained in:
Willi Butz 2017-03-13 13:58:35 +01:00
parent 26fc26a979
commit e4eb46129d

View File

@ -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";
};