Forgot fetchurl

This commit is contained in:
Martin Potier 2018-03-14 12:58:29 +02:00
parent b4b0d141fb
commit 6d033e370c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ self: super:
};
spotify = super.spotify.overrideDerivation (
old: {
src = fetchurl {
src = super.fetchurl {
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_amd64.deb";
sha256 = "0yicwvg6jx8r657ff53326akq3g4ayiinlracjw5jrcs8x9whjap";
};