ipxe: fix url
the server does not response to git://
This commit is contained in:
parent
3fa154fd7f
commit
7530ce9490
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ perl cdrkit syslinux xz openssl ];
|
buildInputs = [ perl cdrkit syslinux xz openssl ];
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = git://git.ipxe.org/ipxe.git;
|
url = https://git.ipxe.org/ipxe.git;
|
||||||
sha256 = "1s8sy75lpx8zq60wc0i35d8c1wwm1rq3scxpkq31623d097mch59";
|
sha256 = "1s8sy75lpx8zq60wc0i35d8c1wwm1rq3scxpkq31623d097mch59";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user