From 7530ce94901a24838266ca0395f3f2e110dd8023 Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 15 Apr 2019 18:22:12 +0000 Subject: [PATCH] ipxe: fix url the server does not response to git:// --- pkgs/tools/misc/ipxe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/ipxe/default.nix b/pkgs/tools/misc/ipxe/default.nix index f2fac5e3d0f9..6c832e6898fb 100644 --- a/pkgs/tools/misc/ipxe/default.nix +++ b/pkgs/tools/misc/ipxe/default.nix @@ -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; };