nfsroot: update netboot_xyz from 2.0.65 to 2.0.68
parent
bd2a66113b
commit
ab051ff2f3
|
@ -8,14 +8,14 @@
|
|||
enable = true;
|
||||
root =
|
||||
let
|
||||
netbootxyzVersion = "2.0.65";
|
||||
netbootxyzVersion = "2.0.68";
|
||||
netbootxyz_efi = pkgs.fetchurl {
|
||||
url = "https://github.com/netbootxyz/netboot.xyz/releases/download/${netbootxyzVersion}/netboot.xyz.efi";
|
||||
sha256 = "sha256-vF6KfLyXXU4wwm+WrGxDFpOphwO4UtPqOQkqUSquAc4=";
|
||||
sha256 = "1nr43a69wyyncyn2myxi0qxanbkizbk085vzp961g38hnllgbbig";
|
||||
};
|
||||
netbootxyz_kpxe = pkgs.fetchurl {
|
||||
url = "https://github.com/netbootxyz/netboot.xyz/releases/download/${netbootxyzVersion}/netboot.xyz.kpxe";
|
||||
sha256 = "sha256-F6uvCsBzKI/Yh2VIGzGOMbMH3ezKTGWj/mmppXWijQ0=";
|
||||
sha256 = "06g0pfind9jix3y1a7g8c5q8ad95kz98vlliqxr901j9qr764kg2";
|
||||
};
|
||||
in
|
||||
pkgs.runCommand "tftproot" { } ''
|
||||
|
|
Loading…
Reference in New Issue