mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
netbootxyz-efi: 2.0.53 -> 2.0.60
This commit is contained in:
parent
958b6553ea
commit
05cd689592
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "netboot.xyz-efi";
|
pname = "netboot.xyz-efi";
|
||||||
version = "2.0.53";
|
version = "2.0.60";
|
||||||
in fetchurl {
|
in fetchurl {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
url = "https://github.com/netbootxyz/netboot.xyz/releases/download/${version}/netboot.xyz.efi";
|
url = "https://github.com/netbootxyz/netboot.xyz/releases/download/${version}/netboot.xyz.efi";
|
||||||
sha256 = "sha256-v7XqrhG94BLTpDHDazTiowQUXu/ITEcgVMmhlqgmSQE=";
|
sha256 = "sha256-E4NiziF1W1U0FcV2KWj3YVCGtbrKI48RDBpSw2NAMc0=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://netboot.xyz/";
|
homepage = "https://netboot.xyz/";
|
||||||
|
Loading…
Reference in New Issue
Block a user