Forgot fetchurl
This commit is contained in:
parent
b4b0d141fb
commit
6d033e370c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ self: super:
|
||||||
};
|
};
|
||||||
spotify = super.spotify.overrideDerivation (
|
spotify = super.spotify.overrideDerivation (
|
||||||
old: {
|
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";
|
url = "https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_amd64.deb";
|
||||||
sha256 = "0yicwvg6jx8r657ff53326akq3g4ayiinlracjw5jrcs8x9whjap";
|
sha256 = "0yicwvg6jx8r657ff53326akq3g4ayiinlracjw5jrcs8x9whjap";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue