ipxe: fix url

the server does not response to git://
This commit is contained in:
volth 2019-04-15 18:22:12 +00:00 committed by GitHub
parent 3fa154fd7f
commit 7530ce9490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
buildInputs = [ perl cdrkit syslinux xz openssl ];
src = fetchgit {
url = git://git.ipxe.org/ipxe.git;
url = https://git.ipxe.org/ipxe.git;
sha256 = "1s8sy75lpx8zq60wc0i35d8c1wwm1rq3scxpkq31623d097mch59";
inherit rev;
};