netbootxyz-efi: 2.0.60 -> 2.0.75

This commit is contained in:
astrdark 2023-12-29 20:05:42 +03:00 committed by astrodark
parent ea34b38d74
commit 1038d49c33

View file

@ -4,12 +4,12 @@
let
pname = "netboot.xyz-efi";
version = "2.0.60";
version = "2.0.75";
in fetchurl {
name = "${pname}-${version}";
url = "https://github.com/netbootxyz/netboot.xyz/releases/download/${version}/netboot.xyz.efi";
sha256 = "sha256-E4NiziF1W1U0FcV2KWj3YVCGtbrKI48RDBpSw2NAMc0=";
sha256 = "sha256-VaTUwX3S5Bj5eUZAspXNaVm8Y51hURL3xBb1tRdj6Zw=";
meta = with lib; {
homepage = "https://netboot.xyz/";