netbootxyz-efi: 2.0.75 -> 2.0.82 (#344757)

This commit is contained in:
Franz Pletz 2024-09-27 05:00:27 +02:00 committed by GitHub
commit 8b085394e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/";