Merge pull request #23840 from WilliButz/master

spotify: get source via https instead of plain http
This commit is contained in:
Benjamin Staffin 2017-03-14 06:13:47 -04:00 committed by GitHub
commit d96cde35b7

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