netbootxyz-efi: 2.0.75 -> 2.0.82

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
Ludovic Ortega
2024-09-27 01:09:06 +02:00
parent b70cb74429
commit 2a4c44498e
+2 -2
View File
@@ -4,12 +4,12 @@
let
pname = "netboot.xyz-efi";
version = "2.0.75";
version = "2.0.82";
in fetchurl {
name = "${pname}-${version}";
url = "https://github.com/netbootxyz/netboot.xyz/releases/download/${version}/netboot.xyz.efi";
sha256 = "sha256-VaTUwX3S5Bj5eUZAspXNaVm8Y51hURL3xBb1tRdj6Zw=";
sha256 = "sha256-cO8MCkroQ0s/j8wnwwIWfnxEvChLeOZw+gD4wrYBAog=";
meta = with lib; {
homepage = "https://netboot.xyz/";