summary refs log tree commit diff
path: root/pkgs/tools/misc/ipxe
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-26 01:02:38 +0200
committerGitHub <noreply@github.com>2023-02-26 01:02:38 +0200
commit4e7604d35012de06712dd1ebd90588ad3dc37e37 (patch)
treeb9618a26b9b433ebef70bb6f68c48ff75d272be1 /pkgs/tools/misc/ipxe
parent762c401cbfcb3d12463979dafcfe7acf35aaf26b (diff)
parentec92fa5402fa36ea1dd01217369e042fbf9f7502 (diff)
Merge pull request #213289 from r-ryantm/auto-update/ipxe
ipxe: unstable-2023-01-25 -> unstable-2023-02-20
Diffstat (limited to 'pkgs/tools/misc/ipxe')
-rw-r--r--pkgs/tools/misc/ipxe/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/ipxe/default.nix b/pkgs/tools/misc/ipxe/default.nix
index d82c24dba915f..f0fa269360e34 100644
--- a/pkgs/tools/misc/ipxe/default.nix
+++ b/pkgs/tools/misc/ipxe/default.nix
@@ -30,7 +30,7 @@ in
 
 stdenv.mkDerivation rec {
   pname = "ipxe";
-  version = "unstable-2023-01-25";
+  version = "unstable-2023-02-20";
 
   nativeBuildInputs = [ gnu-efi mtools openssl perl xorriso xz ] ++ lib.optional stdenv.hostPlatform.isx86 syslinux;
   depsBuildBuild = [ buildPackages.stdenv.cc ];
@@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "ipxe";
     repo = "ipxe";
-    rev = "4bffe0f0d9d0e1496ae5cfb7579e813277c29b0f";
-    sha256 = "oDQBJz6KKV72DfhNEXjAZNeolufIUQwhroczCuYnGQA=";
+    rev = "471599dc7721d454b6658062c901b52038a78be2";
+    sha256 = "F158oUVsfIvuWDHwUnJlyyCFsfn0varRA6Borf9VZ60=";
   };
 
   postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''