fix src.url typos

This commit is contained in:
Maximilian Güntner 2017-09-14 13:54:14 +02:00
parent 1b1fc65505
commit ec7b09ecd0
No known key found for this signature in database
GPG Key ID: 5D667E0FD0397CFF
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.4";
src = fetchurl {
url = "gregory.kokanosky.free.fr/v4/linux/${name}.tar.gz";
url = "http://gregory.kokanosky.free.fr/v4/linux/${name}.tar.gz";
sha256 = "18sam7yy50rbfhjixwd7wx7kmfn1x1y5j80vwfxi5v408s39s115";
};