Merge pull request #277578 from astrdark/master

netbootxyz-efi: 2.0.60 -> 2.0.75
This commit is contained in:
Nick Cao 2023-12-30 09:44:08 -05:00 committed by GitHub
commit 4b3294f82f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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