Files
nix-config/packages/raspberrypi/uefi-rpi5/version.json
2026-01-21 12:53:13 -06:00

14 lines
312 B
JSON

{
"schemaVersion": 1,
"variables": {
"version": "test1"
},
"sources": {
"firmware": {
"fetcher": "url",
"urlTemplate": "https://github.com/NumberOneGit/rpi5-uefi/releases/download/${version}/RPI_EFI.fd",
"hash": "sha256-GIgru10KCol9PXcdgR2d1BHf2In07OQ2P1kru7GUupY="
}
}
}