mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ipxe: fix url
the server does not response to git://
This commit is contained in:
parent
3fa154fd7f
commit
7530ce9490
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue