mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ipxe: 1.21.1-unstable-2025-05-16 -> 1.21.1-unstable-2025-05-27
This commit is contained in:
parent
6ed432a97e
commit
71c7a73710
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ in
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ipxe";
|
||||
version = "1.21.1-unstable-2025-05-16";
|
||||
version = "1.21.1-unstable-2025-05-27";
|
||||
|
||||
nativeBuildInputs = [
|
||||
mtools
|
||||
|
@ -65,8 +65,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
src = fetchFromGitHub {
|
||||
owner = "ipxe";
|
||||
repo = "ipxe";
|
||||
rev = "83449702e09236dccebd4913d5823d5e00b643e0";
|
||||
hash = "sha256-od4ZX0Tgc0S/b73jIvPmCEHNijlKDYJPjmOhoRmyNSM=";
|
||||
rev = "3fe321c42a6032f9608026486015cda185f0d5f0";
|
||||
hash = "sha256-kc1FdkyVerqs8mmzf1WWRvzkP7Nkw3wKltlrJIvyHBw=";
|
||||
};
|
||||
|
||||
# Calling syslinux on a FAT image isn't going to work on Aarch64.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue