Merge pull request #277578 from astrdark/master
netbootxyz-efi: 2.0.60 -> 2.0.75
This commit is contained in:
commit
4b3294f82f
1 changed files with 2 additions and 2 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue